Get Super Agent run status
Fetch status, result, usage, and error details for a Super Agent run.
Authorizations
Account API key from Developer Console. Keys start with cr_sk_.
Path Parameters
Super Agent run ID.
Query Parameters
When true, replace result.text with the persisted chat_text
(the full assistant transcript). Historical runs without
chat_text keep the stored text. Accepts true or false.
Response
Super Agent run object.
Developer API run ID.
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.