Stored full result payload returned by GET /scan/{scan_id}.
GET /scan/{scan_id}.
keywords or domain describes what was scanned.status, total_breaches, and created_at describe the stored scan record.discovered_emails appears on domain scans when emails were enumerated.error_detail is present if the scan ended in an error state.results objectresults is keyed by breach database name.InfoLeak: breach/source description.NumOfResults: number of records found in that breach.Data: array of raw breach records from that source.Data vary by breach source. Do not assume a fixed normalized schema.Stored scan result returned by GET /scan/{scan_id}.
The keywords that were scanned
Domain that was enumerated (if provided)
Number of breach databases found
Final stored scan status
success, no_results, no_queries, error When the stored scan record was created
Emails discovered from domain enumeration
Error message if scan failed
Raw breach data keyed by database name. Each entry contains InfoLeak (description), NumOfResults (count), and Data (array of breach records). Passwords are masked.