Agents
Listing Agents
Learn how to retrieve a list of agents
Get Agents API
Retrieve a list of agents from your account
API Endpoint
Method | Endpoint |
---|---|
GET | https://new-prod.vocera.ai/test_framework/v1/aiagents-external/ |
Authentication
Include your API key in the request headers:
Header | Description |
---|---|
X-VOCERA-API-KEY | Your API key obtained from the dashboard |
Response Format
The API returns a list of agent objects.
Agent Object
Property | Type | Description |
---|---|---|
id | integer | Unique identifier for the agent |
agent_name | string | Name of the agent |
contact_number | string | Phone number in E.164 format |
inbound | boolean | If true, agent will call you |
description | string | Description of the agent’s purpose |
language | string | ISO 639-1 language code (e.g., “en”) |
assistant_id | string|null | Vapi or Retell assistant ID |
websocket_url | string | URL for LLM websocket |