Returns filings for a specific company with cursor-based pagination. Requires either company_domain or company_id.
Documentation Index
Fetch the complete documentation index at: https://docs.sacra.com/llms.txt
Use this file to discover all available pages before exploring further.
Authenticate using one of two formats:
Token <your-token>Bearer <your-jwt>Domain of the company (e.g. spacex.com).
Internal ID of the company. Takes priority over company_domain.
Cursor for pagination (provided by next/previous links in response).
Filter filings filed on or before this datetime (ISO 8601).
Filter filings filed on or after this datetime (ISO 8601).
Filter by filing type (e.g. 10-K).
Number of results per page. Default: 10, max: 50.