Skip to main content
GET
List strategy versions

Authorizations

Authorization
string
header
required

Enter 'Bearer' followed by a space and then your JWT or API Key. Example: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9... or Bearer YOUR_API_KEY_HERE

Path Parameters

strategyId
string<uuid>
required

UUID of the strategy.

Response

The list of versions, each with its latest run state.

version_id
string<uuid>
required

Unique identifier for this version.

strategy_id
string<uuid>
required

Identifier of the strategy this version belongs to.

objective
string
required

The normalized objective captured for this version.

exclusions
string[]
required

The exclusion phrases captured for this version.

created_at
string<date-time>
required
is_active
boolean
required

Whether this version is the strategy's active version.

status
integer | null
required

Raw run status code. For example, 1 means pending, 100 means done, and a negative value means failed.

completed
boolean
required
has_factsheet
boolean
required
started_at
string<date-time> | null
completed_at
string<date-time> | null
as_of_date
string<date> | null

The run's as-of date, echoed when an as_of_date was supplied, otherwise null.

latest_run_date
string<date> | null

The version's latest completed run date, or null when an as_of_date was supplied.

runs_count
integer | null

Total number of runs for the version, or null when an as_of_date was supplied.