← Back to Glossary

Pagination

Definition

A technique for dividing large result sets into smaller pages, each returned in a separate API response. Pagination uses parameters like limit and offset (or cursor) to control which page is returned.

PRISM API Context

PRISM API supports offset-based pagination with limit and offset query parameters. The meta object in the response includes total count and current page info.

Pagination guide