Returns metric observations with citations for one or more companies, with cursor-based pagination.
Company filters: Provide single-company filters (company_id, company_domain) or multi-company filters (company_ids, company_domains), but not both. GET requests support up to 200 companies.
Global queries (no company filter) require at least one date range (measurement_end_date, comparison_window_end_date, created_at, or updated_at) spanning 14 days or less.
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>Comma-separated list of metric_definition.base_period values.
Filter by a single company domain (e.g. stripe.com). Cannot combine with multi-company filters.
Comma-separated list of company domains. Max 200 for GET. Cannot combine with single-company filters.
Filter by a single company ID. Cannot combine with multi-company filters.
Comma-separated list of company IDs. Max 200 for GET. Cannot combine with single-company filters.
Filter where measurement.comparison_window_end_date >= this value (ISO 8601).
Filter where measurement.comparison_window_end_date <= this value (ISO 8601).
Filter metrics created on or after this datetime (ISO 8601).
Filter metrics created on or before this datetime (ISO 8601).
Comma-separated list of metric_definition.growth_period values.
When true, include all SignalEvidence rows even without quote/snippet/SEC filing URL. Default: false.
Filter where measurement.end_date >= this value (ISO 8601).
Filter where measurement.end_date <= this value (ISO 8601).
Comma-separated list of measurement.scenario values (e.g. historical,projection).
Comma-separated list of metric_definition.base values to filter by (e.g. revenue,arr,trailing_revenue).
Comma-separated list of metric_definition.view values (e.g. value,growth).
Cursor for the next page. Cannot combine with page_before.
Cursor for the previous page. Cannot combine with page_after.
Results per page. Default: 30, max: 100.
Filter metrics updated on or after this datetime (ISO 8601).
Filter metrics updated on or before this datetime (ISO 8601).