Retrieves all agents associated with a given API key. This is useful for managing multiple agents and checking their configurations.
GET /v3/agents/
Header | Type | Required | Description |
---|---|---|---|
x-api-key | String | Yes | API key for authentication |
accept | String | Yes | Expected response format (application/json) |
A list of agents associated with the provided API key
The response is of type object
.
Retrieves all agents associated with a given API key. This is useful for managing multiple agents and checking their configurations.
GET /v3/agents/
Header | Type | Required | Description |
---|---|---|---|
x-api-key | String | Yes | API key for authentication |
accept | String | Yes | Expected response format (application/json) |
A list of agents associated with the provided API key
The response is of type object
.