Skip to main content
GET
Get audit logs

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

event_types
string[] | null
user_id
string<uuid> | null
user_email
string | null
start_date
string<date-time> | null
end_date
string<date-time> | null

Response

Successful Response

event_type
string
required

The type of event that triggered this audit log (e.g. create, update, delete)

id
integer
required

The id of the audit log entry

user_email
string
required

The email address of the user who performed the action

user_id
string<uuid>
required

The id of the user who performed the action

affected_resource
string | null

The identifier or path of the resource that was modified

description
string | null

The detailed description of the event that occurred

new_value
New Value · object | null

The JSON representation of the resource state after the change

old_value
Old Value · object | null

The JSON representation of the resource state before the change

timestamp
string<date-time>

The datetime when this audit log entry was created