Documentation Index
Fetch the complete documentation index at: https://docs.opal.dev/llms.txt
Use this file to discover all available pages before exploring further.
Overview
All bulk data lists that you can interact with via the Opal API support pagination via the next and previous cursors attached to API responses and the page_size query parameter.Query Parameters
- cursor: Denotes the starting position in the data list from where a paginated API endpoint should return bulk data. Get this value from the next or previous property of any previous paginated response.
- page_size: Limit on number of objects to return per request.

