Retrieve the stored DarkRecon result payload by scan UUID.
scan_id, status, total_breaches, and created_at.keywords array or the scanned domain.discovered_emails for domain-driven scans.error_detail when the stored scan ended in an error state.results object keyed by breach database name.InfoLeak, NumOfResults, and Data.Data is an array of raw records from that source. Field names vary across breach databases.total_breaches counts breach sources, not the total number of records across all Data arrays.404: the supplied scan_id does not exist.403: the API key could not be validated.422: request validation failed, such as a missing X-API-Key header or malformed path input.API key for authentication. Create keys via the admin dashboard.
The UUID returned from POST /scan
Scan results
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.