Returns document summaries with cursor-based pagination.
Two query modes:
company_domain or company_id to get documents related to a specific company (both subject and connected docs). Returns a flat list with no pagination. Each document includes a top-level relation field.created_at or updated_at date range of 14 days or less. Returns paginated results. Each document includes a companies array with per-company relation.Pagination: Use page_after / page_before cursors (document IDs) for forward and backward navigation. The special values Start and End are supported. Only applies to global queries.
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>Company domain to filter by (e.g. stripe.com).
Company ID to filter by.
ISO 8601 lower bound for created_at (inclusive).
ISO 8601 upper bound for created_at (inclusive).
Cursor ID for forward pagination. Cannot combine with page_before.
Cursor ID for backward pagination. Cannot combine with page_after.
Items per page, 1-100. Default 30. Only for global queries.
ISO 8601 lower bound for updated_at (inclusive). Recommended for daily polling.
ISO 8601 upper bound for updated_at (inclusive). Recommended for daily polling.