Returns detailed information for a specific AI agent based on the provided agentId.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer Token for admin authorization
Unique identifier for the AI agent
Successful retrieval of agent data
The unique identifier for the AI agent
"agent_12345"
The type of agent
"browser-using"
Current status of the AI agent
"active"
Date and time the agent was created
"2025-01-01T12:34:56.000Z"
Date and time the agent was last updated
"2025-02-02T09:00:00.000Z"
Additional metadata about the agent
{
"notes": "This is a high-privilege AI agent."
}