List activity feed entries
GET/api/v1/activity
Returns activity entries for a project, newest first, filterable by kind and severity. Paginated with an opaque cursor rather than offset/limit — pass the previous page's next_cursor to fetch the next one; a null next_cursor means there is no more data.
Request
Responses
- 200
- 400
- 401
- 403
- 500
Page of activity entries
Malformed cursor
Unauthorized
Forbidden
Internal server error