> ## Documentation Index
> Fetch the complete documentation index at: https://docs.voicegateway.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# voicegw replay

> Print the dashboard Replay page URL for a recorded session.

# voicegw replay

Print the dashboard Replay page URL for a recorded session.

```bash theme={null}
voicegw replay <session-id>
```

The command is a signpost to the graphical dashboard timeline. It does not render replay events in the terminal.

## Options

| Option            | Description                                                                               |
| ----------------- | ----------------------------------------------------------------------------------------- |
| `--dashboard-url` | Base URL of the dashboard. Defaults to `http://127.0.0.1:8080` (the daemon's serve port). |

## Examples

```bash theme={null}
voicegw replay vg-123
voicegw replay vg-123 --dashboard-url https://voicegateway.example.com
```

The dashboard must already be running:

```bash theme={null}
voicegw dashboard
```

See [Replay storage costs](/storage/replay-storage-costs) for retention and storage trade-offs.
