Skip to main content
GET
Retrieve a list of API Requests that have been made.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

limit
integer
default:50

How many API Events should be retrieved in a single request.

Example:

10

offset
integer
default:0

How far into the collection of API Events should the response start

Example:

50

Response

OK

requestId
string<uuid>

The unique id used to identify a single request.

timestamp
string<date-time>
read-only

The time at which the request was processed by the server.

action
enum<string>
Available options:
READ,
CREATE,
UPDATE,
DELETE
result
enum<string>
Available options:
SUCCESS,
DENY
actor
object
resource
object