Enumerate a strategy's versions (newest first)
The owner sees all versions; a non-owner of a public strategy sees only the active version. Each item carries the version’s metadata plus its latest run state.
Authorizations
Enter 'Bearer' followed by a space and then your JWT or API Key.
Example: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...
or Bearer YOUR_API_KEY_HERE
Path Parameters
UUID of the strategy
Response
List of versions with rollup run state
The normalized objective snapshot for this version.
Whether this version is the strategy's active version.
Raw run status code (e.g. 1 pending, 100 done, negative failed).
The version's id (verbose; pairs with strategy_id, no bare id).
Echoed when date-scoped; absent/null in rollup mode.
The version's latest completed run date; null when date-scoped.
Total runs for the version; null when date-scoped.