Get agent identity
Returns the identity associated with an agent. The identity is the service account the agent uses when executing tools.
In auto mode (the default), the platform keeps the identity's roles in sync with the agent's tool configuration.
In manual mode, the roles are frozen. The platform does not modify them when the agent is updated.
Path parameters
A unique key that identifies an agent.
The unique key of the agent.
Headers
The platform makes a best effort to complete the request in the specified seconds, or it times out.
The platform makes a best effort to complete the request in the specified milliseconds, or it times out.
Response
The agent's identity details.
Example response
{
"mode": "auto",
"client_id": "abc123def456"
}Changes
Changed in 2 of the 13 revisions of this API.2
- ●
added the new
metrics_viewerenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
- ●
added the new
agent_end_userenum value to the//response property for the response statusresponse-property-enum-value-added
- ●