List all project audit events
GET
/api/v4/projects/{id}/audit_events
Lists all audit events for a specified project.
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”Query Parameters
Section titled “Query Parameters”created_after
string format: date-time
Return audit events created after the specified time
Example
2016-01-19T09:05:50.355Zcreated_before
string format: date-time
Return audit events created before the specified time
Example
2016-01-19T09:05:50.355Zpage
integer
Current page number
Example
1per_page
integer
Number of items per page
Example
20Responses
Section titled “Responses”OK
Media typeapplication/json
object
id
integer format: int64
author_id
integer format: int64
entity_id
integer format: int64
entity_type
string
event_name
string
details
object
created_at
string format: date-time
Examplegenerated
{ "id": 1, "author_id": 1, "entity_id": 1, "entity_type": "example", "event_name": "example", "details": {}, "created_at": "2026-04-15T12:00:00Z"}Bad Request
Not Found