v4

latestOpenAPI 3.0.1Apache 2.02026-08-016079122.3 MB
Issue redaction

Get redaction status

Retrieves the current status of a redaction job ID.

The jobStatus will be one of the following:

  • IN_PROGRESS - The redaction job is currently in progress
  • COMPLETED - The redaction job has completed successfully.
  • PENDING - The redaction job has not started yet
get/rest/api/2/redact/status/{jobId}

Path parameters

jobIdstring required

Redaction job id

Response

Returned if the job status is successfully retrieved.

jobStatus'PENDING' | 'IN_PROGRESS' | 'COMPLETED'