agentApiChatTasks

Get one task

Reads one task by UUID or board number ("/tasks/3" is task #3). Works for any lifecycle state — cancelled/superseded/archived tasks stay readable as audit records. Pass ?include=history to embed the task's change-and-comment history (most recent 100 events, oldest first; history_truncated tells you to use the history endpoint for the full ledger).

get/api/v1/agent/chats/{chat_id}/tasks/{id}

Path parameters

chat_idstring uuid required

Chat room ID

idstring required

Task UUID or board number

Query parameters

include'history'

Set to "history" to embed the recent event history

Headers

X-API-Keystring required

Enter your API key for programmatic access

Response

Task

ChatTasksGetChatTaskResponse200 required— unresolved $ref

Changes