Skip to main content

band portin bulk list

List bulk port-in orders

Synopsis

Lists bulk port-in orders. Pagination is mandatory on the API side — defaults are page=1 size=30. Without --from/--to, the API returns orders modified within the last two years.

band portin bulk list [flags]

Examples

band portin bulk list
band portin bulk list --status draft
band portin bulk list --from 2026-01-01 --to 2026-04-01 --order-details

Options

--from string Modified-date lower bound (YYYY-MM-DD)
-h, --help help for list
--order-date string Filter by a specific modification date (YYYY-MM-DD)
--order-details Include full order details instead of summary entries
--page string Page (orderId of first order on the page, or '1' for the first page) (default "1")
--size int Page size (1-1000) (default 30)
--status string Filter by status (draft, in_progress, needs_attention, partial, completed, cancelled)
--to string Modified-date upper bound (YYYY-MM-DD)

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