Retrieve an agent

Retrieves details of a specific agent

Authentication

AuthorizationBearer

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

Path parameters

idstringRequired
Agent ID

Response

agent found
objectstring
Object type identifier.
idstringformat: "uuid"
Unique identifier for the agent
typestring
The agent type identifier
created_atdatetime
Timestamp when the agent was created.
updated_atdatetime
Timestamp when the agent was last updated.
namestring or null

Human-readable name of the agent

descriptionstring or null
Description of the agent's capabilities

Errors