Dec 10, 2025
CLI pagination

Bruce Hill
Software Engineer
The CLI generator now supports automatic pagination for paginated endpoints. In interactive terminals, results are sent to the user’s configured pager (such as $PAGER or less), with additional pages loaded as the user scrolls.
When output is piped to another tool or run in a non-TTY environment, results are streamed directly to standard output. The CLI also respects HTTP 429 (too many requests) responses and applies server-defined backoff policies, automatically throttling page requests to comply with backend rate limits.