You can get the censor job status by making a GET
request to https://api.opus.pro/api/censor-jobs/{jobId}
.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The jobId that you want to get the status of.
The response is of type object
.