Get session status
Authorizations
API Key authorization header. Example: "Authorization: ApiKey {your-api-key}"
OAuth 2.0 Bearer token. Example: "Authorization: Bearer {access-token}"
Path Parameters
The session ID returned from /start
Response
OK
Session status response for the external API.
All observable status values for an agent builder session. Serialized as lowercase strings on the wire (processing, ready, completed, error, cancelled).
processing, ready, completed, error, cancelled ID of the agent draft. Populated once the agent draft has been created in your workspace.
Always present when status is "completed" or "ready".
Name of the agent draft. Populated alongside agentId.
Always present when status is "completed" or "ready".
Error message when status is "error".