# Fetch a call's transcript

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

> The turn-by-turn transcript, once the call has ended.

`GET /v1/calls/{id}/transcript`
The turn-by-turn transcript, once the call has ended. A call with no audio — a sandbox call, an unanswered one — has no transcript.

Requires the `read` scope.

## Parameters

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

## Response



### Example response

```json
{
  "data": null
}
```
