/calls/:id/recording

Limited beta. The Calls read API is currently gated by an access allowlist; callers without access receive 404 responses. To request access, email [email protected].

Streams a completed call's recording as MP3 audio. Requires the Dialer calling feature on your workspace. Mixmax authenticates to the telephony provider and streams the bytes back; there is no durable, shareable media URL.

Range requests are honored so audio players can seek (such responses are 206 Partial Content). Responses are private to the caller and must not be cached.

This endpoint has its own rate limit of 20 requests per minute per user, in addition to the API-wide limit.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The call _id, from GET /calls.

Query Params
string
enum

Pass workspace to fetch a workspace member's recording. Requires workspace admin access; other callers receive a 403.

Allowed:
Headers
string

Standard HTTP byte-range header, honored for seeking (for example bytes=0-).

string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Header
LoadingLoading…
Response
Choose an example:
audio/mpeg
application/json
text/html
Psst... like working with APIs? Come join us!