Retrieve the status and metadata of a specific query run.
Returns the status and metadata of a single query run.Documentation Index
Fetch the complete documentation index at: https://slatehq.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Bearer slat_<your-token>.200 OK with the query run details.
CHATGPT, PERPLEXITY, GOOGLE_AI_OVERVIEW, GOOGLE_AI_MODE, GEMINI, CLAUDE.PENDING, COMPLETED, FAILED).null if the run is still in progress.null on success.| Status | Description |
|---|---|
200 | Query run found. |
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. |