Skip to content

Pagination

List commands are paginated.

Terminal window
stocksmith materials list # first page (default size)
stocksmith materials list --page 2 # a specific page
stocksmith materials list --all # fetch every page into one table
stocksmith materials list --ndjson # stream every page as NDJSON

--all is mutually exclusive with both --ndjson and --page. Both --all and --ndjson walk pages automatically using the response meta.total_pages.