agents

Get agent response

Get the status and result of an agent response by ID. Used to poll background responses.

get/agents/responses/{id}

Path parameters

idstring required

Response

Response found

idstring required

Response ID

object'response' required
created_atinteger required

Unix timestamp of creation

completed_atinteger nullable required

Unix timestamp of completion

status'queued' | 'in_progress' | 'completed' | 'failed' | 'incomplete' required
modelstring required

Model used

backgroundboolean required

Whether running in background

instructionsstring nullable required

System instructions used

previous_response_idstring nullable required

Previous response ID

metadataobject nullable required

Request metadata

Changes