v1

latestOpenAPI 3.1.02026-08-066984441.1 MB
taskActivities

Returns all activities of the task with the specified id.

The activities contain information about the type of the activity, which property was changed and by whom. This contains changes to first-level properties of the task, like name, description, status, etc., as well as several related entities, such as tags, assignments, etc. This does not include activities of sub-entities, like tasks of a project or comments on a task.

<Check title="Required Permissions" icon="key">Any authenticated user.</Check>

get/tasks/{taskId}/activities

Path parameters

taskIdstring uuid required

The id of the task.

Query parameters

pageinteger

Page number for pagination

pageSizeinteger

Number of items per page

orderbystring

The properties to order by

filterbystring

The filter expression to filter by

Headers

Authorizationstring required

Bearer authentication

Response

OK

idstring uuid
originTypestring nullable

Gets or sets whether the activity originated from a human or an agent.

threadIdstring uuid nullable

Gets or sets the originating agent thread.

threadAvailableboolean

Gets or sets whether the originating thread can still be opened.

agentIdstring uuid nullable

Gets or sets the agent that produced the activity.

agentNameSnapshotstring nullable

Gets or sets the agent name captured when the run was accepted.

executingUserIdstring uuid nullable

Gets or sets the user whose permissions and ownership applied to the run.

triggeredByUserIdstring uuid nullable

Gets or sets the user who triggered the run when different from the executing user.

entityTypestring nullable

The type of the entity

entityIdstring uuid
createdBystring uuid
updatedBystring uuid
createdOnstring date-time
updatedOnstring date-time
eventTypestring nullable

The type of the event of this activity log (e.g: added, updated, deleted)

eventDatestring date-time
changedPropertystring nullable

The name of the property that has changed.

oldPropertyValuestring nullable

The previous value of the updated property (as string).

newPropertyValuestring nullable

The new value for the property (as string).

{"stackTrail":"components:schemas:ActivityModel:properties:oldProperty:oneOf","oasType":"schema","type":"unknown","description":"Any type","nullable":true}
{"stackTrail":"components:schemas:ActivityModel:properties:newProperty:oneOf","oasType":"schema","type":"unknown","description":"Any type","nullable":true}
userIdstring uuid nullable

The id of the user that performed the action that created this activity log entry.

parentIdstring uuid nullable
projectIdstring uuid nullable
taskIdstring uuid nullable
assignedUserIdstring uuid nullable
unassignedUserIdstring uuid nullable
dueDatestring date-time nullable
durationinteger nullable
memberIdstring uuid nullable