Skip to main content
GET
List dates with a completed run

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.

Query Parameters

versionId
string<uuid>

The version to read. When omitted, the strategy's active version is used.

Response

The as-of dates with a completed run for the version, in ISO-8601 format and ascending order. The list is empty when the version has no completed runs or the strategy has no active version.

available_dates
string<date>[]
required