Get task activity
Activity
Get task activity
Get a task’s full activity feed, newest first: comments alongside system events such as status and assignee changes.
GET
Get task activity
Authorizations
API key or session token (Bearer)
Path Parameters
Response
List of activities for the task
One of: comment, task, create, status_changed, priority_changed, assignee_changed, unassigned, due_date_changed, title_changed, description_changed.
Set when the activity was imported from another tool.
The tool it was imported from, e.g. planka, trello, jira.
Type-specific payload, e.g. { oldStatus, newStatus } for status_changed. Null for plain comments.