404 Job not found
No crawl job with that id.
What causes it
- The job id was mistyped.
- The job expired, finished jobs are kept for 15 minutes by default.
- The API restarted. Crawl jobs live in memory and do not survive a restart.
How to fix it
- Poll and collect results promptly rather than treating a job as storage.
- If the job is gone, start the crawl again.
What it looks like
{
"type": "https://snakereach.com/errors/job-not-found",
"title": "Job not found",
"status": 404,
"detail": "No crawl job with id '7cdb3c13697f4adf88abed66a21b969d'."
}