List companies or query sync pages of recently updated companies.
For sync mode, call /api/v1/companies/?mode=sync with updated_at_gte and optionally updated_at_lte and sources. Supported sources values are documents, news, events, datasets, metrics, filings, listings, and all.
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>Set to sync to use paginated sync mode.
sync Cursor for the next page. Pass a company ID or start. Only for mode=sync. Cannot be combined with page_before.
Cursor for the previous page. Pass a company ID or end. Only for mode=sync. Cannot be combined with page_after.
Results per page, 1-100. Default 30. Only applies to mode=sync.
Source filter for mode=sync. Accepts documents, news, events, datasets, metrics, filings, listings, or all.
ISO 8601 datetime. Required when mode=sync. Inclusive lower bound for the updated_at window.
ISO 8601 datetime. Optional upper bound for mode=sync (defaults to now). The window must be 14 days or less.