v1

latestOpenAPI 3.0.02026-07-14512083.9 KB

Fetch a list of Audit logs

get/audit_logs

Query parameters

cursorstring

Specify the cursor to begin returning results from

per_pageinteger

Specify the number of records to return in each response.

searchstring

A string query used to search the result set

Response

A paged array of Audit logs

pageinteger

current page of data, as specified by the 'page' request parameter. This page number is 0-indexed.

last_pageinteger

the final page number for the dataset. This is zero-indexed, so that a dataset with a record count less than or equal to the page size will be 0.

Example response

{
  "page": 1,
  "last_page": 2
}
All 51 operations