band message get
Get message metadata by ID
Synopsis
Retrieves metadata for a specific message. Note: Bandwidth does not store message content — only metadata (timestamps, direction, segment count) is returned.
band message get [messageId] [flags]
Examples
band message get 1234567890abcdefghij
band message get 1234567890abcdefghij --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
- band message - Send and manage SMS/MMS messages