api request_error ai_generated true

400 Bad Request: Invalid pagination cursor

ID: api/pagination-cursor-invalid

Also available as: JSON · Markdown
82%Fix Rate
86%Confidence
3Evidence
2023-01-01First Seen

Version Compatibility

VersionStatusIntroducedDeprecatedNotes
any active

Root Cause

Pagination cursor expired or malformed.

generic

Workarounds

  1. 88% success Request fresh cursor by restarting pagination from beginning
  2. 85% success Implement cursor caching with TTL matching server expiry

Dead Ends

Common approaches that don't work:

  1. Parse and modify cursor manually 85% fail

    Opaque cursor format, breaks on server changes

  2. Start from page 1 on cursor error 72% fail

    Duplicates or misses data