band recording download
Download a recording to a file
Synopsis
Downloads a recording's audio media and writes it to the given file path. The file is written owner-only (0600) since recordings may contain sensitive call audio.
band recording download <callId> <recordingId> [flags]
Examples
band recording download c-123-abc r-456-def --output recording.wav
Options
-h, --help help for download
--output string File path to write the recording to (required)
Options inherited from parent commands
--account-id string Bandwidth account ID (overrides config)
--environment string API environment: prod, test (overrides config)
--format string Output format: json or table (default "json")
--plain Simplified flat JSON output (recommended for scripts and agents)
SEE ALSO
- band recording - Manage call recordings