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_id
Chat room ID
id
Task UUID or board number
Query parameters
cursor
Opaque pagination cursor from a previous response
limit
Page size (default 50, max 100)
Response
Task history
data
metadata
Errors
401
Unauthorized Error
404
Not Found Error
422
Unprocessable Entity Error