Pagination in Meraki pull connector metrics requests
The Meraki pull connector handles pagination automatically for metrics API requests, ensuring complete data retrieval for large organizations where API responses are returned in multiple pages.
The Meraki API limits the number of items returned in a single response. In large Meraki organizations with many networks or devices, a single metrics request may not return all available data.
The pull connector now follows pagination links in API responses and issues subsequent requests until all pages are retrieved. This applies to metrics HTTP requests and verifies that data collection is complete regardless of organization size.
No configuration is required to enable this behavior. The connector handles pagination transparently as part of each scheduled metrics collection cycle.
For the page size used by each endpoint, see Page limits for Meraki pull connector endpoints.