Retrieve a list of API Requests that have been made.
GET /activity
GET
/activity
Authorizations
Parameters
Query Parameters
limit
integer
How many API Events should be retrieved in a single request.
offset
integer
How far into the collection of API Events should the response start
Responses
200
OK
Array<object>
Represents a request that was made to the API. Including what Token was used and what resource was accessed.
object
action
string
actor
object
account
string
id
string format: uuid
jti
string
requestIp
string
userAgent
string
requestId
The unique id used to identify a single request.
string format: uuid
resource
object
item
object
id
string
itemVersion
integer
type
string
vault
object
id
string
result
string
timestamp
The time at which the request was processed by the server.
string format: date-time
Headers
Content-Range
string
An decription of what part of the collection has been returned as well as the total size.
401
Invalid or missing token
object
message
A message detailing the error
string
status
HTTP Status Code
integer