Skip to main content
Most list endpoints return a _metadata object with pagination details like offset, limit, total, next, and nextLink when available. Use the query parameters documented on each endpoint to paginate. When next or nextLink is provided, you can use it to fetch the next page safely.