Skip to main content

Documentation Index

Fetch the complete documentation index at: https://dev.1st.app/llms.txt

Use this file to discover all available pages before exploring further.

HTTP status: 400

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 the cursor 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.