List Agent API Tokens
List Agent API Tokens.
Path parameters
organizationId
The ID of the Organization that owns the Deployment you want to list tokens for.
deploymentId
The ID of the Deployment that owns the Agent tokens you want to list.
Headers
Authorization
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Query parameters
offset
The number of results to skip before returning values.
limit
The maximum number of results to return.
sorts
A list of field names to sort by, and whether to show results as ascending or descending. Formatted as <fieldName>:asc
or <fieldName>:desc
.
Response
OK
limit
The limit of values in this page.
offset
The offset of values in this page.
tokens
The list of API tokens in this page.
totalCount
The total number of API tokens.