Bookings
Inspect upcoming, past, or all Pronto bookings.
Use booking history for inspection. Cancellation and rescheduling are intentionally not shipped until their API contracts are captured and validated.
tranquilo bookings list --status upcoming
tranquilo bookings list --status all --page 2 --json --no-interactiveFlags
| Flag | Required | Description |
|---|---|---|
--status <status> | No | Status preset Allowed values: upcoming, past, all. Default: upcoming. |
--page <n> | No | Page number Default: 1. |
--json | No | Print JSON |
--no-interactive | No | Never prompt; fail if more input is required |