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/jobsor from the 202 body of the call that queued the work. - If the job belongs to a different member, that is the expected answer.
Related
job_not_cancelablenot_found- Errors for the envelope and the full catalogue