Get the status of an agent run
agentRuns
Get the status of an agent run
Returns the current status of an agent run, the original question, and (for completed runs) the rendered result. Use this to discover whether a run is still running, completed, failed, or expired (e.g. after a dropped SSE connection).
GET
Get the status of an agent run
Authorizations
Use a Bearer token for authentication. Submit the token using the Authorization
header: Authorization: Bearer <token>.
Path Parameters
Response
Run status
Example:
"auto_rag"
The original prompt that started the conversation.
Available options:
running, completed, failed, expired True only when the status is running AND the checkpoint blob loads cleanly.
Rendered AutoRag result for completed runs, in the same shape as POST /query/autorag's response body.