Audit Logs
Get audit logs.
Retrieve system audit logs with optional filtering, keyword search, and pagination. Logs can be filtered by event types, affected resources, user ID, user email, date range (start date and end date), and a free-text keyword.
GET
Get audit logs.
Authorizations
Bearer authentication. Pass the access token in the Authorization: Bearer <token> header.
Query Parameters
Page number (1-based).
Required range:
x >= 1Number of items per page.
Required range:
1 <= x <= 100Field name to sort by.
Available options:
timestamp, id, event_type, user_email Sort direction.
Available options:
asc, desc Restrict to these affected_resource values.
Search keyword across event_type/description/user_email/affected_resource.
