API Docs / Operations / Tasks / Get TaskItem History

Get TaskItem History

GET /tenants/{tenant}/tasks/{code}/history

Returns the task's history timeline, newest first — every status and assignee
change on the task and its workflow steps, with who made each change.
Derived from the temporal history of TaskItem and TaskItemWorkflowStep.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

code* path string

Responses

200 OK
401 Unauthorized – Invalid or missing API key
404 Not Found

Try it