Cursor-based Pagination
Cursor-based Pagination
A pagination method where the API returns an opaque cursor token pointing to the last item. The next request passes the cursor to get the next page.
Related Terms
- API (Application Programming Interface)
- REST (Representational State Transfer)
- GraphQL
- SOAP (Simple Object Access Protocol)
- gRPC