Skip to main content
GET
JavaScript

Authorizations

Authorization
string
header
required

Bearer token via Authorization header

Path Parameters

task_id
string<uuid>
required

Response

Successful Response

status
enum<string>
required

The status of the task

Available options:
queued,
created,
running,
cancelling,
paused,
completed,
failed,
cancelled
succeeded
boolean | null

Whether the task succeeded

message
string | null

The agent's final answer or failure reason

output
Output · object | null

Structured output if outputSchema was set

steps
integer | null

Number of steps taken

lastResponse
Lastresponse · object | null

The last agent response (FastAgentResponseEvent or ManagerPlanEvent)