curl --request GET \ --url https://api.openphone.com/v1/call-voicemails/{callId} \ --header 'Authorization: <api-key>'
Copy
Ask AI
{ "data": { "duration": 60, "id": "<string>", "transcript": "Hello, this is a voicemail from John Doe.", "recordingUrl": "https://examplestorage.com/a643d4d3e1484fcc8b721627284eda5e.mp3", "status": "completed" }}
Calls
Get a voicemail for a call
Retrieve a voicemail associated with a specific call. Returns null data fields while the voicemail is processing in our system. Returns competed data fields when the voicemail has finished processing.
GET
/
v1
/
call-voicemails
/
{callId}
Get a voicemail for a call
Copy
Ask AI
curl --request GET \ --url https://api.openphone.com/v1/call-voicemails/{callId} \ --header 'Authorization: <api-key>'
Copy
Ask AI
{ "data": { "duration": 60, "id": "<string>", "transcript": "Hello, this is a voicemail from John Doe.", "recordingUrl": "https://examplestorage.com/a643d4d3e1484fcc8b721627284eda5e.mp3", "status": "completed" }}