HTTP status: 400Documentation Index
Fetch the complete documentation index at: https://dev.1st.app/llms.txt
Use this file to discover all available pages before exploring further.
Message
Pagination cursor is malformed or expired. Drop the cursor parameter and start a fresh query.
Common cause
- Edited the cursor string by hand (e.g. URL-decoded it twice).
- Saved a cursor from a previous run and reused it after the underlying anchor row was deleted.
- Used a cursor across an API version change.
Fix
Drop thecursor query parameter and start the walk over. Cursors are not
durable across long pauses — use them within a single pagination loop, not
across cron runs.