Skip to content
ScoutingAPI
Docs

job_not_found

Unknown or expired jobId.

HTTP 404not_foundNot retryable0 credits
HTTP 404error.type = not_found

How 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

See the full error catalog or the response envelope. The canonical URL for this page is https://scoutingapi.com/docs/errors/job_not_found.