Returns all activities of the project 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 project, 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>

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

projectIdstringRequiredformat: "uuid"
The id of the project.

Query parameters

pageintegerOptionalDefaults to 1
Page number for pagination
pageSizeintegerOptionalDefaults to 10
Number of items per page
orderbystringOptional
The properties to order by
filterbystringOptional
The filter expression to filter by

Response

OK
idstringOptionalformat: "uuid"
originTypestring or nullOptional
Gets or sets whether the activity originated from a human or an agent.
threadIdstring or nullOptionalformat: "uuid"
Gets or sets the originating agent thread.
threadAvailablebooleanOptional
Gets or sets whether the originating thread can still be opened.
agentIdstring or nullOptionalformat: "uuid"
Gets or sets the agent that produced the activity.
agentNameSnapshotstring or nullOptional
Gets or sets the agent name captured when the run was accepted.
executingUserIdstring or nullOptionalformat: "uuid"
Gets or sets the user whose permissions and ownership applied to the run.
triggeredByUserIdstring or nullOptionalformat: "uuid"
Gets or sets the user who triggered the run when different from the executing user.
entityTypestring or nullOptional
The type of the entity
entityIdstringOptionalformat: "uuid"
entityobjectOptional
createdBystringOptionalformat: "uuid"
updatedBystringOptionalformat: "uuid"
createdOnstringOptionalformat: "date-time"
updatedOnstringOptionalformat: "date-time"
eventTypestring or nullOptional

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

eventDatestringOptionalformat: "date-time"
changedPropertystring or nullOptional
The name of the property that has changed.
oldPropertyValuestring or nullOptional

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

newPropertyValuestring or nullOptional

The new value for the property (as string).

oldPropertyany or nullOptional
The old property value, if the property is a complex object. This is used to store the old value of the property when it is an object, like a user or a task.
newPropertyany or nullOptional
The new property value, if the property is a complex object. This is used to store the new value of the property when it is an object, like a user or a task.
userIdstring or nullOptionalformat: "uuid"
The id of the user that performed the action that created this activity log entry.
userobjectOptional
parentIdstring or nullOptionalformat: "uuid"
projectIdstring or nullOptionalformat: "uuid"
projectobjectOptional
taskIdstring or nullOptionalformat: "uuid"
taskobjectOptional
assignedUserIdstring or nullOptionalRead-onlyformat: "uuid"
assignedUserobjectOptional
unassignedUserIdstring or nullOptionalRead-onlyformat: "uuid"
unassignedUserobjectOptional
dueDatestring or nullOptionalformat: "date-time"
durationinteger or nullOptional
memberIdstring or nullOptionalRead-onlyformat: "uuid"
memberobjectOptional

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error