Same as GET but accepts a JSON body. Use for large multi-company queries.
Company filters: Provide single-company filters (company_id, company_domain) or multi-company filters (company_ids, company_domains), but not both.
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>Filter by a single company ID.
Filter by a single company domain (e.g. stripe.com).
List of company IDs.
List of company domains.
Comma-separated metric_definition.base values (e.g. revenue,arr).
Comma-separated metric_definition.view values (e.g. value,growth).
Comma-separated measurement.scenario values (e.g. historical,projection).
Comma-separated metric_definition.base_period values.
Comma-separated metric_definition.growth_period values.
Filter where measurement.end_date >= this value (ISO 8601).
Filter where measurement.end_date <= this value (ISO 8601).
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).
Filter metrics updated on or after this datetime (ISO 8601).
Filter metrics updated on or before this datetime (ISO 8601).
When true, include all SignalEvidence rows. Default: false.
Results per page. Default: 30, max: 100.
Cursor for the next page.
Cursor for the previous page.