List the task's moves
GET/v1/projects/:project_id/tasks/:task_id/transitions
The card's append-only history, oldest first: every move it made, what kind of principal made it, and what caused it. Returned whole — next_cursor is always null.
Request
Responses
- 200
- 401
- 404
- 502
The card's transition history.
Missing or invalid credentials.
The resource does not exist (existence is not leaked).
The upstream runtime could not complete the operation.