Skip to main content
GET
Get a voicemail

Authorizations

Authorization
string
header
required

Your API key from the Wave dashboard. Sandbox keys start sk_sandbox_; production keys start sk_live_. Send as Authorization: Bearer <key>. Some endpoints require a production key and specific scopes.

Path Parameters

id
string<uuid>
required

Response

The voicemail

id
string<uuid>
call_id
string<uuid>
number
string

The Wave number that received the call (the box).

Example:

"+966590007001"

from
string

The caller who left the message — E.164.

Example:

"+966500000000"

duration_seconds
integer | null
recording_available
boolean
transcription_status
enum<string>
Available options:
pending,
unavailable,
completed,
failed
transcription_text
string | null
listened_at
string<date-time> | null
created_at
string<date-time>