cURL
curl --request GET \ --url https://api.vocode.dev/v1/agents \ --header 'Authorization: Bearer <token>'
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "prompt": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "content": "", "collect_fields": [ { "field_type": "field_type_email", "label": "<string>", "name": "<string>", "description": "<string>" } ], "context_endpoint": "<string>", "prompt_template": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "required_context_keys": [ "<string>" ], "label": "" } }, "actions": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "type": "action_transfer_call", "config": { "phone_number": "<string>" }, "action_trigger": { "type": "action_trigger_function_call", "config": {} } } ], "voice": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "type": "voice_azure", "voice_name": "<string>", "pitch": 0, "rate": 15 }, "name": "<string>", "language": "en", "initial_message": "<string>", "webhook": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "subscriptions": [ "event_message" ], "url": "<string>", "method": "POST" }, "vector_database": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "type": "vector_database_pinecone", "index": "<string>", "api_key": "<string>", "api_environment": "<string>" }, "interrupt_sensitivity": "low", "context_endpoint": "<string>", "noise_suppression": false, "endpointing_sensitivity": "auto", "ivr_navigation_mode": "off", "conversation_speed": 1, "initial_message_delay": 0, "openai_model_name_override": "<string>", "ask_if_human_present_on_idle": false, "openai_account_connection": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "credentials": { "openai_api_key": "<string>" }, "type": "account_connection_openai" }, "run_do_not_call_detection": false, "llm_fallback": { "provider": "openai", "model_name": "<string>" }, "deepgram_keywords": {}, "idle_time_seconds": 123, "llm_temperature": 0 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Show child attributes
en
es
de
hi
pt
fr
nl
id
it
ja
ko
low
high
auto
relaxed
sensitive
default
off