Skip to content
Release: Australia · Updated: 2026-07-09 · Official documentation · View source

Page limits for Meraki pull connector endpoints

The Meraki pull connector paginates API requests so that all records are retrieved for large organizations. The page size is set per endpoint to match each endpoint's maximum supported value in the Meraki API v1.

How pagination works

The connector follows the pagination links returned in the Link header (rel=next) until all pages are consumed, then aggregates the data from every page. The page size is controlled by the perPage parameter, which is configured per endpoint as shown in the following table.

EndpointItems per page (perPage)
/organizations1000
/organizations/{orgId}/networks1000
/organizations/{orgId}/devices1000
/organizations/{orgId}/appliance/uplink/statuses1000
/organizations/{orgId}/appliance/uplinks/usage/byNetwork20
/organizations/{orgId}/appliance/vpn/stats300
/organizations/{orgId}/switch/ports/statuses/bySwitch20
/organizations/{orgId}/configurationChanges1000

Endpoints without a page limit

Endpoints that do not have a configured perPage limit (for example, /devices/{serial}/appliance/performance and /networks/{networkId}/appliance/trafficShaping/uplinkBandwidth) are treated as single requests. These endpoints return all of their data in one response, so the Link header is absent and the pagination loop exits after the first page.

Parent Topic:Telecommunications Service Operations Management reference