--- title: "Pagination cursor expires too quickly" url: "https://demo.myforumcat.com/q/10/pagination-cursor-expires-too-quickly" forum: "Demo" question_number: 10 category: "General" tags: ["SSO", "Two-Factor Auth"] status: "solved" solved: true votes: 22 replies: 2 views: 1339 asked_at: "2026-05-08T13:57:44.475Z" updated_at: "2026-09-18T23:15:48.026Z" --- # Pagination cursor expires too quickly Asked by Laura Simmons on 2026-05-08 · 22 votes Our nightly sync job sometimes gets an expired cursor error halfway through a large export. What is the actual cursor TTL? ## 2 replies ### Reply 1 (marked as the solution) meow (Owner) · 2026-05-08 · 6 votes The cursor TTL is 15 minutes. A nightly sync over a large dataset can outlive that if it stalls partway through, so the safest pattern is to persist the cursor after each page and resume from the last saved one instead of holding the whole run in memory. ### Reply 2 Laura Simmons · 2026-05-08 · 2 votes Switched to persisting the cursor after each page like suggested, no more expired cursor errors.