[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"glossary-cursor-pagination::en":3,"gloss-cluster-cursor-pagination::en":26,"gloss-next-cursor-pagination::en":9},{"slug":4,"category":5,"name":6,"definition":7,"meta_desc":8,"faq":9,"schema_markup":9,"related":10},"cursor-pagination","no-code","Cursor Pagination","Cursor pagination is how an API returns a long list in chunks: instead of asking for page 2, each response includes a cursor — an opaque pointer to where the next batch begins — that you pass into the following request until there are no more. Many APIs cap a single call at, say, a hundred records, so retrieving everything means looping until the cursor runs out. Why it matters: in a no-code automation, a naive get records step silently returns only the first page, so your sync or export quietly misses everything past the first batch — a bug you won't notice until someone asks why older data is absent. Practical note: build a loop that stores the returned cursor, feeds it back into the next call, and stops when the API signals the last page, keeping each request within rate limits. Where a platform offers a built-in pagination or get all option for a connector, prefer it over hand-rolling the loop.","Cursor pagination returns a long list in chunks by handing back an opaque pointer to where the next batch begins — stable under inserts, unlike page numbers.",null,[11,14,17,20,23],{"slug":12,"name":13},"api","API",{"slug":15,"name":16},"custom-api-call","Custom API Call (HTTP Request Module)",{"slug":18,"name":19},"iterator","Iterator",{"slug":21,"name":22},"polling","Polling",{"slug":24,"name":25},"rate-limit","Rate Limit",[27,31,35,38,39,42,45,48,51,54,57,60],{"slug":28,"category":5,"name":29,"updated_at":30},"action","Action","2026-08-24T02:46:36+00:00",{"slug":32,"category":5,"name":33,"updated_at":34},"aggregator","Aggregator","2026-08-24T02:46:37+00:00",{"slug":36,"category":5,"name":37,"updated_at":30},"airtable","Airtable",{"slug":12,"category":5,"name":13,"updated_at":30},{"slug":40,"category":5,"name":41,"updated_at":30},"api-key","API Key",{"slug":43,"category":5,"name":44,"updated_at":34},"approval-workflow","Approval Workflow",{"slug":46,"category":5,"name":47,"updated_at":30},"automation-platform","Automation Platform",{"slug":49,"category":5,"name":50,"updated_at":30},"automation-recipe","Automation Recipe",{"slug":52,"category":5,"name":53,"updated_at":30},"backend-as-a-service","Backend-as-a-Service (BaaS)",{"slug":55,"category":5,"name":56,"updated_at":34},"backfill","Backfill",{"slug":58,"category":5,"name":59,"updated_at":30},"bubble","Bubble",{"slug":61,"category":5,"name":62,"updated_at":30},"business-logic","Business Logic"]