Read a task's full history

The append-only history of one task — every status change, lifecycle transition, comment, and edit, with actor and timestamp, oldest first. Cursor-paginated and works for any lifecycle state; this is the full-ledger read behind the capped ?include=history embed. Every save is its own immutable row (no coalescing), and change events carry explicit `from` → `to` per field, so the complete edit trail is preserved.

Authentication

X-API-Keystring
Enter your API key for programmatic access

Path parameters

chat_idstringRequiredformat: "uuid"
Chat room ID
idstringRequired
Task UUID or board number

Query parameters

cursorstringOptional
Opaque pagination cursor from a previous response
limitintegerOptional

Page size (default 50, max 100)

Response

Task history
datalist of objects
metadataobject

Errors

401
Unauthorized Error
404
Not Found Error
422
Unprocessable Entity Error