GET
/
test_framework
/
v1
/
aiagents-external
/
curl --request GET \
  --url https://new-prod.vocera.ai/test_framework/v1/aiagents-external/ \
  --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>",
    "websocket_headers": {},
    "llm_system_prompt": "<string>",
    "llm_model": "<string>",
    "llm_temperature": 123,
    "llm_max_tokens": 123,
    "predefined_metrics": {},
    "knowledge_base_files": {}
  }
]

Authorizations

X-VOCERA-API-KEY
string
header
required

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

Response

200
application/json

The response is of type object[].