get_query_audit_results
Retrieve paginated results from a previously triggered query audit using its UUID. Returns 202 if still processing.
Instructions
Get results from a previously triggered query audit search.
Results may not be immediately available — a 202 response means the search is still processing. Retry after a short wait.
Use this to retrieve results from search_query_audits.
For sidecar audit results, use get_audit_results instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| search_uuid | Yes | UUID returned by `search_query_audits`. | |
| limit | No | Max results per page (default 250, max 250). | |
| next_page_token | No | Pagination token from a prior call. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||