snakereach

Errors

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

  1. Poll and collect results promptly rather than treating a job as storage.
  2. If the job is gone, start the crawl again.

What it looks like

404 response
{
  "type": "https://snakereach.com/errors/job-not-found",
  "title": "Job not found",
  "status": 404,
  "detail": "No crawl job with id '7cdb3c13697f4adf88abed66a21b969d'."
}

See also

POST /v1/crawl · All errors