Retrieve a list of API Requests that have been made.
curl --request GET \
--url http://localhost:8080/v1/activity \
--header 'Authorization: Bearer <token>'[
{
"requestId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"timestamp": "2023-11-07T05:31:56Z",
"actor": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"account": "<string>",
"jti": "<string>",
"userAgent": "<string>",
"requestIp": "<string>"
},
"resource": {
"vault": {
"id": "<string>"
},
"item": {
"id": "<string>"
},
"itemVersion": 123
}
}
]API Reference
Retrieve a list of API Requests that have been made.
GET
/
activity
Retrieve a list of API Requests that have been made.
curl --request GET \
--url http://localhost:8080/v1/activity \
--header 'Authorization: Bearer <token>'[
{
"requestId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"timestamp": "2023-11-07T05:31:56Z",
"actor": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"account": "<string>",
"jti": "<string>",
"userAgent": "<string>",
"requestIp": "<string>"
},
"resource": {
"vault": {
"id": "<string>"
},
"item": {
"id": "<string>"
},
"itemVersion": 123
}
}
]Documentation Index
Fetch the complete documentation index at: https://www.1password.dev/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
How many API Events should be retrieved in a single request.
Example:
10
How far into the collection of API Events should the response start
Example:
50
Response
OK
The unique id used to identify a single request.
The time at which the request was processed by the server.
Available options:
READ, CREATE, UPDATE, DELETE Available options:
SUCCESS, DENY Show child attributes
Show child attributes
Show child attributes
Show child attributes
Was this page helpful?
⌘I