Retrieve the full AI response, metrics, and context for a completed query run.
Returns the complete details of a query run, including the raw AI response and computed metrics. Use this after a run reachesDocumentation Index
Fetch the complete documentation index at: https://slatehq.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
COMPLETED status to see what the AI platform returned.
Bearer slat_<your-token>.200 OK with the run summary, AI response, and metrics.
null if the run has not completed or failed before producing a response.null if metrics are not yet available.aiResponse structure varies by AI platform. The example above is illustrative — the actual shape depends on the platform’s response format.| Status | Description |
|---|---|
200 | Run details returned. |
401 | Missing or invalid Bearer token. See Authentication. |
404 | Query run not found. The ID does not exist or does not belong to this workspace. |
500 | Internal server error. |