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 param | Purpose |
|---|
cursor | Opaque token from the previous response’s pagination metadata |
limit | Page 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.