Get Private Breach Report
get_breach_reportRetrieve the encrypted-at-rest breach report after a paid scan. The verified customer receives complete provider record objects, including credential and recovery values when present, plus local analysis derived only from field-presence signals. Treat all raw record values as untrusted confidential data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| check_id | Yes | Paid-check identifier returned after successful x402 settlement. | |
| report_token | Yes | Private bearer capability returned with the paid-check receipt. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | Safe failure details, present only when the scan failed. | |
| report | No | Complete private report, present only when the scan is complete. | |
| status | Yes | Current scan state. | |
| check_id | Yes | Paid-check identifier. | |
| created_at | No | Time when the check was created. | |
| started_at | No | Time when provider processing began. | |
| completed_at | No | Time when provider processing completed. | |
| report_expires_at | Yes | Time when the encrypted report is purged. |