v11

latestOpenAPI 3.0.0raw.githubusercontent.com2026-01-29273578.1 KB
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"
    }
  }
}