Get task activity
getActivities
Get all activities for a specific task
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.