Agents
Get Agent by ID
Retrieve detailed information about a specific agent
get/api/v1/agents/{id}
Path parameters
idstring required
The unique identifier
Example:12345
Response
Successful response with agent details
Example response
{
"agent": {
"agent": {
"platform": "agent0",
"url": "https://agent0.example.com/agents/abc123"
}
}
}