v24

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-19169310464.0 KB
Tasks

Get Task Status

Get the status of a task.

get/tasks/{task_id}/status

Path parameters

task_idstring uuid required

Response

Successful Response

status'queued' | 'created' | 'running' | 'cancelling' | 'paused' | 'completed' | 'failed' | 'cancelled' required
succeededboolean nullable

Whether the task succeeded

messagestring nullable

The agent's final answer or failure reason

outputobject nullable

Structured output if outputSchema was set

stepsinteger nullable

Number of steps taken

lastResponseobject nullable

The last agent response (FastAgentResponseEvent or ManagerPlanEvent)