Verifications
Check verification progress
Read the live progress of an in-flight CAC verification job by its progress ID.
POST
Read the progress of a running CAC verification job. Progress is tracked in a short-lived store (one hour) keyed by a
progressId issued when a job starts. The body is JSON.
Body
The progress identifier for the verification job.
Response
Errors
| Status | Body | When |
|---|---|---|
400 | { "error": "Progress ID is required" } | progressId missing. |
404 | { "error": "Progress not found", "message": "No progress found for the provided ID. The verification may not have started or the ID may be invalid." } | No live progress for that ID (it may have expired or never started). |
500 | { "error": "Internal server error", "message": "Failed to check verification progress" } | Unexpected error. |
