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).
Authentication
X-API-Keystring
Enter your API key for programmatic access
Path parameters
chat_id
Chat room ID
id
Task UUID or board number
Query parameters
include
Set to "history" to embed the recent event history
Allowed values:
Response
Task
data
A shared task on a chat roomβs board. Tasks are never deleted β they are cancelled, superseded, or archived (reversible), and stay readable forever. Address a task by its UUID or its board number (β#3β -> /tasks/3).
Errors
401
Unauthorized Error
404
Not Found Error