Skip to main content

Request hygiene

Request guidance

Pagination flow

1

Send the first request

Include the limit that matches your UI or processing batch size.
2

Check the response

Inspect whether the endpoint returns enough data for the current view or batch.
3

Request the next page

Increase offset or advance the time range according to that endpoint’s reference page.

Error handling