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.

Context

Asset Registry uses pagination to display large asset tables — category pages load assets in batches for fast initial rendering and smooth browsing.