Retrieve a version and its run state
Returns the version’s metadata and run state. Without asOfDate, the response reports the version’s overall state, meaning the status of its most recent run along with latest_run_date and runs_count. With asOfDate, the response reports the state of the run on that date, and the overall fields are null.
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.
UUID of the strategy version.
Query Parameters
The as-of date in YYYY-MM-DD format that selects a specific run of the version. When omitted, the latest completed run for the version is used.
Response
The version's metadata and run state.
A saved version of a strategy together with its run state. When no as_of_date is supplied, the response summarizes the version overall and populates latest_run_date and runs_count. When an as_of_date is supplied, the response describes the run on that date, echoes as_of_date, and leaves the summary-only fields null.
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.