Skip to main content
GET
Get Run Details
Returns the complete details of a query run, including the raw AI response and computed metrics. Use this after a run reaches COMPLETED status to see what the AI platform returned.

Parameters

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

Response

Returns 200 OK with the run summary, AI response, and metrics.
object
required
Summary of the query run with prompt and topic context.
object
The raw response from the AI platform. Structure varies by platform. null if the run has not completed or failed before producing a response.
object
Computed metrics for the run (brand mentions, visibility scores, citations). Structure depends on the analysis performed. null if metrics are not yet available.

Example

Response

The aiResponse structure varies by AI platform. The example above is illustrative — the actual shape depends on the platform’s response format.

Status codes

What’s next