Get Agent by ID Endpoint
Description
Retrieves the details of a specific agent using its unique agent_id
.
Endpoint
GET /v3/agents/{agent_id}
Authentication
- Requires an API key (
x-api-key
) in the request headers.
Path Parameters
Parameter | Type | Description |
---|---|---|
agent_id | string | Unique identifier of the agent to retrieve. |