Get full task result with reasoning feed
Tasks
Get task result
Returns the task plus the complete feed of agent activity (tool calls, intermediate messages, final response). Transient/loading entries and internal model/provider fields are stripped before serialization.
Prefer /summary if you only need the final answer.
GET
Get full task result with reasoning feed
Authorizations
Workspace API key issued from the web app. Pass as
Authorization: Bearer YOUR_API_KEY.
Path Parameters
UUID of the task.
Response
Task with feed.
Lifecycle status of a task.
pending— created, not yet picked upqueued— held back by admission control (agent at concurrent-task limit)running— being processed by the workerwaiting_for_input— agent calledask_user; reply withPOST /tasks/{id}/messageawaiting_review— agent is paused for human approval of a sensitive stepcompleted— terminal: finished successfullyfailed— terminal: errored outstopped— terminal: cancelled by a user or system
Available options:
pending, queued, running, waiting_for_input, awaiting_review, completed, failed, stopped Feed in chronological order. Transient items are filtered out.