Skip to main content
GET
Get redaction job status

Authorizations

Authorization
string
header
required

Cognito-issued JWT access token. Send it as Authorization: Bearer <token>.

Path Parameters

redactionId
string<uuid>
required

Response

Redaction job status snapshot

Lightweight status snapshot returned by GET /v1/redactions/{redactionId}/status for polling.

id
string<uuid>
required
status
enum<string>
required

Current status of an asynchronous redaction job

Available options:
pending,
processing,
completed,
failed
completedOn
string<date-time> | null
redactionDuration
string | null
errorMessage
string | null

Populated when processing fails; null otherwise.

summary
object | null

Per-rule redaction counts and OCR signals. Null until the job completes.