Chronological task activity feed merging comments, audit changes, and file attachments
GET/api/projects/:id/tasks/:taskId/activity
Chronological task activity feed merging comments, audit changes, and file attachments. Change entries are included only when the caller has the audit.read permission; file entries only when they have files.read. For null-tenant projects (no organisationId) both gates are denied, so the feed contains comments only.
Request
Responses
- 200
- 401
- 403
- 404
Successful response
Unauthorized — authentication credentials are missing or invalid
Forbidden — caller cannot access the project
Task not found in this project