# Download a call's evidence record as a PDF

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

> The same sealed record `GET /v1/calls/{id}/evidence` returns, rendered as a human-readable document with the hash-chain seal on page one.

`GET /v1/calls/{id}/evidence.pdf`
The same sealed record `GET /v1/calls/{id}/evidence` returns, rendered as a human-readable document with the hash-chain seal on page one.

Requires the `read` scope.

## Parameters

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