Performs a full-text search across document and explore indices, returning a unified, paginated list of results.
How pagination works:
offset and limit to page through the combined setDate filters are supported via date_gte and date_lte.
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>The search term or question.
Maximum results per page (default 10, max 50).
Number of results to skip for pagination.
Inclusive ISO date/datetime lower bound for result dates (e.g. 2025-01-01).
Inclusive ISO date/datetime upper bound for result dates (e.g. 2025-12-31).