List Agent API Tokens

List Agent API Tokens.

Path parameters

organizationIdstringRequired
The ID of the Organization that owns the Deployment you want to list tokens for.
deploymentIdstringRequired
The ID of the Deployment that owns the Agent tokens you want to list.

Headers

AuthorizationstringRequired

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

Query parameters

offsetintegerOptional>=0Defaults to 0
The number of results to skip before returning values.
limitintegerOptional>=0<=1000Defaults to 20
The maximum number of results to return.
sortslist of enumsOptional

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
limitinteger
The limit of values in this page.
offsetinteger
The offset of values in this page.
tokenslist of objects
The list of API tokens in this page.
totalCountinteger
The total number of API tokens.

Errors