List audit logs

The audit logs API is used to retrieve a list of actions performed within an organization. Authentication is done with the organization ID as the username, and the API secret as the password. Logs capture the resource state before and after each action (previous_state and next_state), allowing for comprehensive auditing.

For pagination, see listing resources.

Query Params
string

Filter audit logs by project ID

string
enum

Filter audit logs by resource type

string
enum

Filter audit logs by operation type

Allowed:
date-time

Filter audit logs created after this date (ISO 8601 format)

date-time

Filter audit logs created before this date (ISO 8601 format)

string

Filter audit logs by actor ID

integer
1 to 100
Defaults to 10

Maximum number of audit logs to return

string
enum
Defaults to desc

Order of audit logs (ascending or descending by creation date)

Allowed:
string

ID of the audit log after which to start (for pagination)

string

ID of the audit log before which to end (for pagination)

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json