v1

latestOpenAPI 3.1.02026-08-04751,1671.3 MB
Audit Log

List Audit Log Records

Get a list of audit log records.

get/api/v1/audit-log

Query parameters

pageinteger

The page number to fetch.

The page number to fetch.

sizeinteger

The number of items per page.

The number of items per page.

skip_countboolean

Whether to skip counting the total number of items.

Whether to skip counting the total number of items.

created_bystring[]
created_beforestring date-time
created_afterstring date-time
categoryAuditLogCategory[]

Response

Successful Response

totalinteger required
pageinteger required
sizeinteger required

Example response

{
  "audit_log_records": [
    {
      "created_by": {
        "name": "John Doe"
      }
    }
  ]
}