GET
/
api
/
censor-jobs
/
{jobId}
cURL
curl --request GET \
  --url https://api.opus.pro/api/censor-jobs/{jobId} \
  --header 'Authorization: Bearer <token>'
{
  "status": "CONCLUDED",
  "error": "<string>"
}
👆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

The response is of type object.