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"
      }
    }
  ]
}

Changes

Changed in 1 of the 7 revisions of this API.11

  • 43df5e7beab911See the full diff
    • added the new screening enum value to the audit_log_records/items/category response property for the response status 200

      response-property-enum-value-added

    • added the enum value screening to the property items/ of the query request parameter category

      request-parameter-property-enum-value-added