DEBUG_EVENT_CURSOR_INVALID
400invalid_requestThe pagination cursor is not valid for this query.
Cause
The cursor did not decode, or it was issued for a different lane, filter set or principal. Pagination never silently restarts at page one.
How to fix it
Echo the previous response's cursor back unchanged, and start a new pagination run without a cursor whenever a filter changes.
Example response
400 DEBUG_EVENT_CURSOR_INVALID
JSON
{
"error_code": "DEBUG_EVENT_CURSOR_INVALID",
"error_type": "invalid_request",
"error_message": "The pagination cursor is not valid for this query.",
"hint": "Echo the previous response's cursor back unchanged, and start a new pagination run without a cursor whenever a filter changes.",
"docs_url": "https://docs.billerapi.com/errors/DEBUG_EVENT_CURSOR_INVALID",
"request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}Related
- Error handling — the error envelope shape and how to parse it
- Error code reference — every stable error code
Canonical docs URL: https://docs.billerapi.com/errors/DEBUG_EVENT_CURSOR_INVALID
Was this page helpful?