Skip to main content
GET
Get Query Run
Returns the status and metadata of a single query run.

Parameters

number
required
Unique identifier for the query run.
string
required
Bearer token. Format: Bearer slat_<your-token>.

Response

Returns 200 OK with the query run details.
number
required
Query run ID.
number
required
Associated prompt ID.
number
required
Associated topic ID.
string
required
AI platform used. One of: CHATGPT, PERPLEXITY, GOOGLE_AI_OVERVIEW, GOOGLE_AI_MODE, GEMINI, CLAUDE.
string
required
Run status (e.g., PENDING, COMPLETED, FAILED).
string
required
Run start time. ISO 8601 format.
string
Completion time. null if the run is still in progress.
string
Error details if the run failed. null on success.

Example

Response

Status codes

What’s next