Error reference
job_not_found
Unknown or expired jobId.
HTTP 404not_foundNot retryable0 credits
HTTP 404
error.type = not_foundHow to fix it
Poll a jobId returned by a recent 202 (results are retained 24 h).
Example response
404 not_found
// HTTP 404
{
"error": {
"type": "not_found",
"code": "job_not_found",
"message": "Unknown or expired jobId.",
"param": null,
"requestId": "req_…",
"creditsCharged": 0,
"retryable": false,
"docUrl": "https://scoutingapi.com/docs/errors/job_not_found"
}
}This error is free
Like every ScoutingAPI error,
job_not_found 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/job_not_found.