Skip to main content
GET
Read an agent's token.

Authorizations

Authorization
string
header
required

Enter your JWT token

Path Parameters

id
integer<int32>
required

The identifier of the agent.

Response

The agent's current token.

Response for the agent token read and rotate endpoints.

agentId
integer<int32>
required

Identifier of the agent the token belongs to.

token
string
required

The agent's token - the credential it uses to authenticate to the task service.