Query
Query Audit Logs
Paginates forward in time from a given audit log ID. It takes a log ID parameter to begin fetching from and a take parameter for the number of log entries to fetch.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Audit log ID to begin fetching from.
Number of audit log entries to fetch, max 1000
Response
200
application/json
List of audit log entries
The response is of type object[]
.