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": true,
      "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"
      },
      "to_number": "<string>",
      "from_number": "<string>",
      "agent": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "telephony_provider": "vonage",
      "agent_phone_number": "<string>",
      "start_time": "2023-11-07T05:31:56Z",
      "end_time": "2023-11-07T05:31:56Z",
      "hipaa_compliant": true,
      "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

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

page
integer
default: 1
size
integer
default: 10
sort_column
string
sort_desc
boolean
default: false

Response

200 - application/json
items
object[]
required
page
integer
required
size
integer
required
has_more
boolean
required
total
integer
required
total_is_estimated
boolean
required