cURL
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 }
The tenant you are making this request on behalf of
Your api key
asc
desc
INBOUND
OUTBOUND
CREATED
ONGOING
TRANSFERRED
DISCONNECTED
FAILED
FINISHED
VOICEMAIL
Successful Response
Show child attributes