Error reference
invalid_cursor
The pagination cursor is malformed or not base64-decodable.
HTTP 400invalid_requestNot retryable0 credits
HTTP 400
error.type = invalid_requestHow to fix it
Pass the nextCursor returned by the previous page verbatim, or omit it.
Example response
400 invalid_request
// HTTP 400
{
"error": {
"type": "invalid_request",
"code": "invalid_cursor",
"message": "The pagination cursor is malformed or not base64-decodable.",
"param": null,
"requestId": "req_…",
"creditsCharged": 0,
"retryable": false,
"docUrl": "https://scoutingapi.com/docs/errors/invalid_cursor"
}
}This error is free
Like every ScoutingAPI error,
invalid_cursor returns creditsCharged: 0. You are never billed for a failed, empty, blocked or not-found call.See the full error catalog or the response envelope. The canonical URL for this page is https://scoutingapi.com/docs/errors/invalid_cursor.