Error reference
limit_out_of_range
limit is < 1 or > 100.
HTTP 400invalid_requestNot retryable0 credits
HTTP 400
error.type = invalid_requestHow to fix it
Use a limit between 1 and 100.
Example response
400 invalid_request
// HTTP 400
{
"error": {
"type": "invalid_request",
"code": "limit_out_of_range",
"message": "limit is < 1 or > 100.",
"param": null,
"requestId": "req_…",
"creditsCharged": 0,
"retryable": false,
"docUrl": "https://scoutingapi.com/docs/errors/limit_out_of_range"
}
}This error is free
Like every ScoutingAPI error,
limit_out_of_range 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/limit_out_of_range.