Retrieve the factsheet PDF (302 when ready) or its generation status
When the resolved run’s factsheet is ready, redirects (302) to a short-lived presigned URL for the PDF. While it is still being produced, returns 200 with a status body instead of a misleading 404 — generating (a request is in flight) or not_requested (none has been asked for). 404 is reserved for a non-visible strategy/version or no run at all.
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 (YYYY-MM-DD) selecting a specific run of the version. Omitted -> the latest completed run for the version.
Explicit version to read. Omitted -> the strategy's active version.
Response
Factsheet not yet available; its current generation status
Generation status returned by GET factsheet (200) when no PDF is ready yet — so an in-flight factsheet is not misreported as 404.
generating — a generation request is in flight (factsheet_requested, no PDF yet). not_requested — the run has no factsheet and none has been asked for.
generating, not_requested