Calls
Access voice call records and download call recordings.
Endpoints
GET Get All Voice Calls
Parameter
Type
Required
Description
Parameter
Type
Default
Description
GET /acme-health/live/patients/a1b2c3d4/calls Authorization: Bearer <token>{ "data": [ { "id": "call-uuid", "patientId": "a1b2c3d4", "direction": "OUTBOUND", "duration": 245, "status": "COMPLETED", "calledAt": "2026-03-18T14:22:00Z", "hasRecording": true } ], "metaInfo": { "page": 0, "pageSize": 20, "totalElements": 8 } }
GET Get Voice Call by ID
Parameter
Type
Required
Description
GET Download Recording File
Header
Value
Last updated
Was this helpful?