Get a redaction job
Return the full metadata for a redaction job. For lightweight polling use GET /v1/redactions/{redactionId}/status. For file access use GET /v1/redactions/{redactionId}/file.
Authorizations
Cognito-issued JWT access token. Send it as Authorization: Bearer <token>.
Path Parameters
Response
Redaction job detail
Creditor that owns this redaction job
Matter identifier.
Source file UUID
Current status of an asynchronous redaction job
pending, processing, completed, failed Exhibit labeling configuration for a redaction job. mode is the
labeling style applied across every range; per-range mode is not
supported. When mode is none, ranges must be empty.
Otherwise ranges must contain at least one non-overlapping range.
Total redaction processing time, formatted as a Go duration string (e.g. 350ms, 5s, 1h30s). Populated once the job is completed.
Failure reason when status=failed. Populated when processing fails; null in every other status.
Creditor reference ID (file number) of the source file; null if the source file was deleted. Read-only; list responses only.
Source file's filename. Read-only; list responses only.
Source file's description (e.g. "Affidavit of Indebtedness"). Read-only; list responses only.
Per-rule redaction counts and OCR signals. Null until the job completes.
