Get a version's metadata and run state
Without asOfDate: reports the version’s overall run state — the status of its most recent run, plus latest_run_date and runs_count. With asOfDate: reports the state of that version’s run on the given date (the rollup-only fields are null); returns 404 if there is no run on that date.
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 (YYYY-MM-DD) selecting a specific run of the version. Omitted -> the latest completed run for the version.
Response
Version metadata + run state
A saved version of a strategy plus its run state. In rollup mode (no as_of_date) latest_run_date and runs_count are populated; in date-scoped mode (as_of_date supplied) as_of_date is echoed and the rollup-only fields are null.
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.