Retrieve the factsheet PDF or its status
Returns the factsheet for the selected run. When the factsheet is ready, the response redirects with a 302 to a short-lived presigned URL for the PDF. While the factsheet is still being produced, the response returns 200 with a status body. A 404 means the strategy or version is not visible to the caller, or the selected run does not exist.
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.
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.
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.
generating means a factsheet has been requested and is still being produced. not_requested means no factsheet has been requested for this run.
generating, not_requested