{
  "topic": "errors.SEARCH_JOB_NOT_FOUND",
  "path": [
    "errors",
    "SEARCH_JOB_NOT_FOUND"
  ],
  "title": "SEARCH_JOB_NOT_FOUND — search job does not exist",
  "synopsis": "Polling a search job by ID returns this error when the job ID is unknown or belongs to a different tenant. Jobs are tenant-scoped; a valid job ID from one tenant is not visible to another.",
  "body": "# errors.SEARCH_JOB_NOT_FOUND\n\n## NAME\n\nSEARCH_JOB_NOT_FOUND — the referenced asynchronous search job does not exist in the current tenant.\n\n## SYNOPSIS\n\nHTTP: `404` `Not Found`. Retryable: `no`.\n\n## DESCRIPTION\n\nPolling a search job by ID returns this error when the job ID is unknown or belongs to a different tenant. Jobs are tenant-scoped; a valid job ID from one tenant is not visible to another.\n\nNot retryable. The job ID and tenant credentials must match the values used at job submission time.\n\n## SEE ALSO\n\n- errors\n- errors.SEARCH_JOB_ALREADY_TERMINAL\n- errors.SEARCH_SHARD_TIMEOUT\n",
  "sections": [
    {
      "name": "NAME",
      "body": "SEARCH_JOB_NOT_FOUND — the referenced asynchronous search job does not exist in the current tenant."
    },
    {
      "name": "SYNOPSIS",
      "body": "HTTP: `404` `Not Found`. Retryable: `no`."
    },
    {
      "name": "DESCRIPTION",
      "body": "Polling a search job by ID returns this error when the job ID is unknown or belongs to a different tenant. Jobs are tenant-scoped; a valid job ID from one tenant is not visible to another.\n\nNot retryable. The job ID and tenant credentials must match the values used at job submission time."
    },
    {
      "name": "SEE ALSO",
      "body": "- errors\n- errors.SEARCH_JOB_ALREADY_TERMINAL\n- errors.SEARCH_SHARD_TIMEOUT"
    }
  ],
  "see_also": [
    "errors",
    "errors.SEARCH_JOB_ALREADY_TERMINAL",
    "errors.SEARCH_SHARD_TIMEOUT"
  ],
  "stability": "stable",
  "actions": []
}
