# Fetch a call's audio recording (WAV)

Source: https://docs.usetone.ai/reference/calls/recording

> Streams the recording as `audio/wav`, in stereo: the caller on the left channel, the agent on the right.

`GET /v1/calls/{id}/recording`
Streams the recording as `audio/wav`, in stereo: the caller on the left channel, the agent on the right. Not enveloped, and often several megabytes. Absent when recording is off for the number, or when the call never connected.

Requires the `read` scope.

## Parameters

| Name | In | | Meaning |
|---|---|---|---|
| `id` | path | required | The call's id. |
