Skip to main content
This page is the resolution target of the RFC 9457 type URI on every job_not_found problem body: https://docs.get-exo.com/errors/job_not_found. HTTP status: 404 Not Found.

Why it happens

Jobs are scoped to the caller. Another member’s job id returns not found rather than forbidden, which keeps job ids unenumerable.

How to fix it

  • Use an id from GET /v1/jobs or from the 202 body of the call that queued the work.
  • If the job belongs to a different member, that is the expected answer.