Calls
List Calls
GET
/
v1
/
calls
/
list
curl --request GET \
--url https://api.vocode.dev/v1/calls/list \
--header 'Authorization: <authorization>'
{
"has_more": true,
"items": [
{
"agent": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"agent_phone_number": "<string>",
"context": {},
"do_not_call_result": true,
"end_time": "2023-11-07T05:31:56Z",
"error_message": "<string>",
"from_number": "<string>",
"hipaa_compliant": true,
"human_detection_result": "human",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"on_no_human_answer": "continue",
"recording_available": true,
"run_do_not_call_detection": true,
"start_time": "2023-11-07T05:31:56Z",
"status": "not_started",
"telephony_account_connection": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"telephony_id": "<string>",
"telephony_provider": "vonage",
"to_number": "<string>",
"transcript": "<string>",
"user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
],
"page": 123,
"size": 123
}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
page
integer
default: 1size
integer
default: 10Response
200 - application/json
has_more
boolean
requireditems
object[]
requiredpage
integer
requiredsize
integer
requiredcurl --request GET \
--url https://api.vocode.dev/v1/calls/list \
--header 'Authorization: <authorization>'
{
"has_more": true,
"items": [
{
"agent": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"agent_phone_number": "<string>",
"context": {},
"do_not_call_result": true,
"end_time": "2023-11-07T05:31:56Z",
"error_message": "<string>",
"from_number": "<string>",
"hipaa_compliant": true,
"human_detection_result": "human",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"on_no_human_answer": "continue",
"recording_available": true,
"run_do_not_call_detection": true,
"start_time": "2023-11-07T05:31:56Z",
"status": "not_started",
"telephony_account_connection": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"telephony_id": "<string>",
"telephony_provider": "vonage",
"to_number": "<string>",
"transcript": "<string>",
"user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
],
"page": 123,
"size": 123
}