Cursor-based Pagination

glossary

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.

See Also

Other languages