Skip to main content

band recording get

Get metadata for a specific recording

Synopsis​

Returns metadata for a single recording, including its duration, channels, status, and media URL. Use 'recording download' to fetch the audio itself.

band recording get <callId> <recordingId> [flags]

Examples​

band recording get c-123-abc r-456-def
band recording get c-123-abc r-456-def --plain

Options​

-h, --help help for get

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​