Get run status
Runs
Get run status
Fetch status, result, usage, and error details for a run.
GET
Get run status
Authorizations
Account API key from Developer Console. Keys start with cr_sk_.
Path Parameters
Developer API run ID.
Response
Run object.
Developer API run ID.
Available options:
pending, running, completed, failed, cancelled Agent that ran. Creation runs return null until the agent is created, then the completed run includes the new agent ID.
Conversation ID for follow-up runs.
Model id this run executed with. null only for runs created before model selection shipped.
Personal workspace bound to this conversation, when set.
Final agent output. Completed runs commonly include text; agent-creation runs also include agent_id.