Pagination
omni models list returns one page per call, with 20 models by default. Use --page-size to request up to 100 models per page.
If pageInfo.hasNextPage is true, pass pageInfo.nextCursor to --cursor to fetch the next page. Repeat until hasNextPage is false; increasing the page size alone does not fetch every model.
NEXT_CURSOR with the value from the previous response and keep the same filters and sort options between pages.
Every command in this group also accepts the global flags, including
--token, --profile, --format, and --compact.
