List strategy versions
Returns the strategy’s versions, newest first. The owner sees every version. A non-owner viewing a public strategy sees only the active version. Each entry includes the version’s metadata and 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
The list of versions, each with its latest run state.
Unique identifier for this version.
Identifier of the strategy this version belongs to.
The normalized objective captured for this version.
The exclusion phrases captured for this version.
Whether this version is the strategy's active version.
Raw run status code. For example, 1 means pending, 100 means done, and a negative value means failed.
The run's as-of date, echoed when an as_of_date was supplied, otherwise null.
The version's latest completed run date, or null when an as_of_date was supplied.
Total number of runs for the version, or null when an as_of_date was supplied.