Check redaction job status
get_job_statusCheck a PDF redaction job's progress via its job ID. Shows whether the job is queued, analyzing, redacting, done, or failed, so you can retrieve the result or troubleshoot errors.
Instructions
Check a redaction job's progress. Statuses: "uploaded" (queued) -> "analyzing" (detecting PII) -> "redacting" -> "redacted" (done, ready to download) or "error".
Only "redacted" and "error" are final; anything else means the work is still in flight, so wait a few seconds before checking again rather than polling in a tight loop. Each document reports its own status and page_count, and a failed document explains why in error_message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | The job_id returned by redact_pdf. |