APIs
Pagination
Handling Paginated endpoints
Many of the API endpoints which return lists do so in a paginated fashion. Whenever this is the case, there are two key query parameters which may be included. These are:
page
: This is the index of the page to fetch, starting at 0limit
: The number of items to fetch per page, limited to 100
The response from any such queries will be of the format: