Skip to main content
GET
/
comms
/
call
/
list
List Calls
curl --request GET \
  --url https://api.decodahealth.com/comms/call/list \
  --header 'API-KEY: <api-key>' \
  --header 'TENANT: <tenant>'
{
  "data": [
    {
      "id": "<string>",
      "receiver": {
        "id": "<string>",
        "type": "PROVIDER",
        "firstName": "<string>",
        "lastName": "<string>",
        "phoneNumber": "<string>",
        "email": "<string>",
        "locationId": "<string>"
      },
      "chatId": "<string>",
      "direction": "INBOUND",
      "status": "CREATED",
      "sender": {
        "id": "<string>",
        "type": "PROVIDER",
        "firstName": "<string>",
        "lastName": "<string>",
        "phoneNumber": "<string>",
        "email": "<string>",
        "locationId": "<string>"
      },
      "completedDate": "2023-11-07T05:31:56Z",
      "retellCallId": "<string>",
      "disconnectionReason": "<string>",
      "pathToAudio": "<string>",
      "summary": "<string>",
      "context": {},
      "createdDate": "2023-11-07T05:31:56Z",
      "toolCalls": [],
      "tags": [],
      "invoiceId": "<string>",
      "type": "MANUAL",
      "locationId": "<string>"
    }
  ],
  "total": 123
}

Headers

TENANT
string
required

The tenant you are making this request on behalf of

API-KEY
string
required

Your api key

Query Parameters

page
integer | null
per_page
integer | null
sort_by
string | null
sort_direction
enum<string> | null
Available options:
asc,
desc
location_id
string | null
id
string | null
patient_id
string | null
user_id
string | null
user_name
string | null
created_date
string<date-time>[] | null
duration
integer | null
direction
enum<string> | null
Available options:
INBOUND,
OUTBOUND
status
enum<string>[] | null
Available options:
CREATED,
ONGOING,
TRANSFERRED,
DISCONNECTED,
FAILED,
FINISHED,
VOICEMAIL
transcript_contains
string | null
tags
string[] | null
phone_number
string | null
tz
string
required

Response

Successful Response

data
CallTable · object[]
required
total
integer
required