Get user voicemail details from a call log

GET {{baseUrl}}/phone/users/:userId/call_logs/:id/voice_mail

Use this API to return detailed information on a voicemail associated with a call log ID. For user-level apps, pass the me value instead of the userId parameter.

Prerequisites:

  • User must belong to a Business or Enterprise account
  • User must have a Zoom Phone license

Scopes: phone:read , phone:read:admin , phone_voicemail:read , phone_voicemail:read:admin

Granular Scopes: phone:read:voicemail , phone:read:voicemail:admin

Rate Limit Label : Light

HEADERS

| Key | Datatype | Required | Description | | Accept | string | | |

RESPONSES

status: OK

{"call_id":"\u003cstring\u003e","call_log_id":"\u003cstring\u003e","callee_name":"\u003cstring\u003e","callee_number":"\u003cstring\u003e","callee_number_type":1,"caller_name":"\u003cstring\u003e","caller_number":"\u003cstring\u003e","caller_number_type":1,"date_time":"\u003cstring\u003e","download_url":"\u003cstring\u003e","duration":"\u003cinteger\u003e","id":"\u003cstring\u003e","status":"read","transcription":{"content":"\u003cstring\u003e","status":409,"engine":"\u003cstring\u003e"}}