Get job status
Retrieve the current status of a moderation job. Jobs are scoped to your client account.
job:read scope. Requests without this scope receive a 403 FORBIDDEN response. See
authentication.Authorizations
API key from the Omnifence dashboard
Path Parameters
Response
Default Response
pre, post, prompt, chat, image, video, generate queued, processing, completed, failed True when the content was rejected, false when it passed, null while the job is still pending.
Why the content was rejected. Names the specific policy or custom category that tripped. Present only on a reject.
Informational label: whether an image/video contains nudity or sexual content. Decoupled from is_prohibited — NSFW content is not rejected on its own. Present only when the NSFW classifier ran.
Generated image URL for a generate job (presigned HTTPS when stored internally). Present only on completed generation jobs.
Set when the job failed before reaching a moderation decision.