Pagination & Filtering
Most list endpoints in the Gumnut API support pagination, filtering, and sorting to help you efficiently retrieve the data you need.Pagination
List endpoints support cursor-based pagination usinglimit and starting_after_id:
has_more field indicating whether additional results exist:
id of the last item as starting_after_id.
If you’re using one of our SDKs, pagination is handled automatically with built-in iterators.
