Errors

cursor_invalid

400 – Cursor not readable.

Cursor not readable. Answered with 400.

What it means

The cursor is not one the endpoint issued: truncated, edited, or from an older shape of it. A cursor is opaque and is passed back exactly as it came.

What to do

Pass back next_cursor from the previous page unchanged, or omit it to start at the newest row.

The body

{
  "type": "https://tigby.eu/problems/cursor_invalid",
  "title": "Cursor not readable",
  "status": 400,
  "detail": "…what was refused, naming this request's own values",
  "code": "cursor_invalid",
  "doc_url": "https://docs.tigby.eu/errors/cursor_invalid",
  "agent_hint": "…the next step, for software"
}

Branch on code. The detail names this request's own Handle, id or limit and is not part of the contract.