Skip to main content
Not yet implemented. Pagination conventions are planned for MS7 (PLAT-42). Connect read routes are not live until that milestone ships.
Connect list/read endpoints will use cursor-based pagination:
Query paramPurpose
cursorOpaque token from the previous response’s pagination metadata
limitPage size (default and maximum TBD)
Responses will include pagination fields in the Connect envelope alongside data and meta. Gather list endpoints today use page / pageSize query params on /qsi/gather/* — see individual Gather API reference pages.