query_batch
Run multiple governed exact queries in a single API call to analyze multi-metric prompts, returning each result or error with a shared request_id.
Instructions
Execute several governed exact queries in one API call. Use this for multi-metric prompts after choosing a dataset with list_data and get_data_summary. Each item reuses the same structured query contract as query_data; defaults may provide shared dataset_id, filter, limit, and order. Read-only against the engine; executes under the active API key with no separate per-route rate limit. Returns request_id and a results array with each item's key, data envelope, metadata, or error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| queries | Yes | ||
| defaults | No | Optional shared exact-query fields applied to each item before execution. |