Skip to main content
GET
cURL
👆Use above tools to generate API request code snippets.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

jobId
string
required

The jobId that you want to get the status of.

Response

200 - application/json
status
enum<string>
required

The status of the censor job.

Available options:
CONCLUDED,
FAILED,
PROCESSING,
QUEUED,
UNKNOWN
error
string

Error message.