List task activity
Tasks
List task activity
Get the activity history for a specific task showing all changes, assignments, and status updates
GET
List task activity
Authorizations
API key authentication via Bearer token
Path Parameters
Task UUID
Example:
"123e4567-e89b-12d3-a456-426614174000"
Query Parameters
Maximum number of items to return (1-100)
Required range:
1 <= x <= 100Example:
10
Number of items to skip
Required range:
x >= 0Example:
0
Sort order by creation date
Available options:
asc, desc Example:
"desc"
Last modified on May 30, 2026