Activity

Get task activity

Get a task's full activity feed, newest first: comments alongside system events such as status and assignee changes.

get/activity/{taskId}

Path parameters

taskIdstring required

Response

List of activities for the task

idstring required
taskIdstring required
typestring required

One of: comment, task, create, status_changed, priority_changed, assignee_changed, unassigned, due_date_changed, title_changed, description_changed.

createdAtstring date-time required
updatedAtstring date-time required
userIdstring nullable required
contentstring nullable required
{"stackTrail":"components:schemas:Activity:properties:eventData","oasType":"schema","type":"unknown","description":"Type-specific payload, e.g. { oldStatus, newStatus } for status_changed. Null for plain comments."}
externalUserNamestring nullable required

Set when the activity was imported from another tool.

externalUserAvatarstring nullable required
externalSourcestring nullable required

The tool it was imported from, e.g. planka, trello, jira.

externalUrlstring nullable required

Changes