Calls
List Calls
Calls
List Calls
GET
/
v1
/
calls
/
list
curl --request GET \
--url https://api.vocode.dev/v1/calls/list \
--header 'Authorization: Bearer <token>'
{
"items": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"status": "not_started",
"error_message": "<string>",
"recording_available": false,
"transcript": "<string>",
"human_detection_result": "human",
"do_not_call_result": true,
"telephony_id": "<string>",
"stage": "created",
"stage_outcome": "human_unanswered",
"telephony_metadata": {
"type": "telephony_metadata_vonage"
},
"start_time": 123,
"end_time": 123,
"to_number": "<string>",
"from_number": "<string>",
"agent": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"telephony_provider": "vonage",
"agent_phone_number": "<string>",
"hipaa_compliant": false,
"on_no_human_answer": "continue",
"context": {},
"run_do_not_call_detection": true,
"telephony_account_connection": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"telephony_params": {}
}
],
"page": 123,
"size": 123,
"has_more": true,
"total": 123,
"total_is_estimated": true
}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Response
200
application/json
Successful Response
Available options:
vonage
, twilio
Available options:
not_started
, in_progress
, error
, ended
Available options:
human
, no_human
Available options:
created
, picked_up
, transfer_started
, transfer_successful
Available options:
human_unanswered
, call_did_not_connect
, human_disconnected
, bot_disconnected
, transfer_unanswered
, transfer_disconnected
Available options:
telephony_metadata_vonage
Available options:
continue
, hangup
curl --request GET \
--url https://api.vocode.dev/v1/calls/list \
--header 'Authorization: Bearer <token>'
{
"items": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"status": "not_started",
"error_message": "<string>",
"recording_available": false,
"transcript": "<string>",
"human_detection_result": "human",
"do_not_call_result": true,
"telephony_id": "<string>",
"stage": "created",
"stage_outcome": "human_unanswered",
"telephony_metadata": {
"type": "telephony_metadata_vonage"
},
"start_time": 123,
"end_time": 123,
"to_number": "<string>",
"from_number": "<string>",
"agent": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"telephony_provider": "vonage",
"agent_phone_number": "<string>",
"hipaa_compliant": false,
"on_no_human_answer": "continue",
"context": {},
"run_do_not_call_detection": true,
"telephony_account_connection": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"telephony_params": {}
}
],
"page": 123,
"size": 123,
"has_more": true,
"total": 123,
"total_is_estimated": true
}