Skip to main content
GET
Retrieve the factsheet PDF or its status

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

asOfDate
string<date>

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.

versionId
string<uuid>

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

Response

The factsheet is not yet available. Returns its current generation status.

The generation status of a factsheet, returned with a 200 when no PDF is ready yet so an in-progress factsheet is not reported as a 404.

status
enum<string>
required

generating means a factsheet has been requested and is still being produced. not_requested means no factsheet has been requested for this run.

Available options:
generating,
not_requested