List audit log entries for an application
GET
/api/v1/audit-logs
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” cursor
string
Example
ZGVzY3x1cGRhdGVkQXR8MjAyNi0wNS0xM1QxNjowOToxMi4wMDBafDUwN2YxZjc3YmNmODZjZDc5OTQzOTAxMQOpaque cursor from a previous response’s nextCursor. Omit on the first page. Cursors are tied to a sort direction — changing order mid-pagination is rejected.
limit
number
Items per page (1-100). Default 50.
order
string
Sort direction (with id as tiebreaker). Default desc (newest first). The column being sorted is endpoint-specific — see the individual endpoint docs.
applicationId
required
string
Example
507f1f77bcf86cd799439011Application ID whose audit log entries (and document audit log entries) you want to list
Responses
Section titled “ Responses ”object
items
required
Array<object>
object
id
required
string
event
required
string
createdAt
required
string
performedByName
string
note
string
hidden
required
Whether the audit log is hidden from the UI
boolean
nextCursor
required
string
Example
ZGVzY3xjcmVhdGVkQXR8MjAyNi0wNS0xM1QxNjowOToxMi4wMDBafDUwN2YxZjc3YmNmODZjZDc5OTQzOTAxMQExample
{ "items": [ { "id": "string", "event": {}, "createdAt": "string", "performedByName": "string", "note": "string", "hidden": false } ], "nextCursor": "ZGVzY3xjcmVhdGVkQXR8MjAyNi0wNS0xM1QxNjowOToxMi4wMDBafDUwN2YxZjc3YmNmODZjZDc5OTQzOTAxMQ"}