integer
The 1-based page number to fetch.
integer
default:"25"
Records per page, up to the maximum the endpoint allows.
Two response shapes
Send either parameter and the response is a paginated envelope:Paging through a full set
Readtotal from the first response to know how many pages to expect, then request each in turn.
Keep page_size the same across a sequence. Changing it partway through repeats or skips records, because the offset is derived from both values.