GET
/
test_framework
/
v1
/
aiagents-external
/
{id}
curl --request GET \
  --url https://new-prod.vocera.ai/test_framework/v1/aiagents-external/{id}/ \
  --header 'X-VOCERA-API-KEY: <api-key>'
{
  "id": 123,
  "agent_name": "<string>",
  "contact_number": "<string>",
  "inbound": true,
  "description": "<string>",
  "language": "<string>",
  "assistant_id": "<string>",
  "websocket_url": "<string>",
  "llm_system_prompt": "<string>",
  "llm_model": "<string>",
  "llm_temperature": 123,
  "llm_max_tokens": 123,
  "predefined_metrics": {}
}

Authorizations

X-VOCERA-API-KEY
string
header
required

API Key Authentication. It should be included in the header of each request.

Path Parameters

id
string
required

Response

200
application/json
id
integer
required

Unique identifier for the AI agent

agent_name
string
required

Name of the AI agent

contact_number
string
required

Phone number associated with the AI agent

inbound
boolean
required

Whether the agent handles inbound calls

description
string
required

Detailed description of the AI agent's purpose and capabilities

assistant_id
string
required

External identifier for the assistant

language
string

Primary language used by the AI agent

websocket_url
string

WebSocket URL for real-time communication with the agent

llm_system_prompt
string

System prompt used to guide the language model's behavior

llm_model
string

Language model used by the agent

llm_temperature
number

Temperature setting for the language model's responses

llm_max_tokens
integer

Maximum number of tokens for the language model's responses

predefined_metrics
object

List of predefined metrics to evaluate the agent's performance