Skip to main content
GET
List audit logs

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

limit
integer
default:100
offset
integer
default:0
actor
string

Filter by the actor that performed the action

action
string

Filter by action name

module
string

Filter by the module the action belongs to

start_date
string<date-time>
end_date
string<date-time>

Response

All matching audit logs were returned

id
string
required
actor
string
required
action
string
required
module
string
required
details
object | null
required
ipAddress
string | null
required
createdAt
string<date-time>
required
updatedAt
string<date-time>
required