Simple page and limit contract.
Section: Pagination patterns
Offset pagination
http
http
GET /users?page=2&limit=25Explanation
Offset pagination is easy to understand, but performance can degrade on large datasets and results may shift during concurrent writes.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Pagination patterns