Job not found

The specified job was not found in the given workspace.

  • Error type: bloomreach/datahub/jobs/not-found
  • HTTP status code: 404
  • Class: JobNotFound
  • Context fields in error response:
    • job_id — string
    • workspace_id — string

Error response example

{
  "title": "Job not found",
  "type": "bloomreach/datahub/jobs/not-found",
  "detail": "The job with the id '123' in workspace with the id '00000000-0000-0000-0000-000000000000' was not found. Verify the job id and corresponding workspace, before retrying.",
  "status": 404,
  "context": {
    "job_id": "123",
    "workspace_id": "00000000-0000-0000-0000-000000000000"
  }
}