v1

latestOpenAPI 3.0.32026-07-23152665.5 KB
Verification Status

Get verification status

Retrieves the current status of a previously submitted verification. Returns the latest state from the verification lifecycle (processing, clear, block, attention, error).

get/v3/status/{jobId}

Path parameters

jobIdstring required

TypeID format verification identifier with 'job_' prefix.

Response

Verification has reached a terminal state (clear, block, attention, or error).

status'clear' | 'block' | 'attention' | 'error' | 'processing' | 'not_found' required

Verification status. Terminal states (clear, block, attention, error) are returned with HTTP 200; processing is returned with HTTP 202; not_found is returned with HTTP 404.

job_idstring required

TypeID format verification identifier.

user_idstring required

User ID associated with the verification.

messagestring required

Human-readable status message.

created_atstring date-time required

Timestamp the status response was generated (ISO 8601).