> ## Documentation Index
> Fetch the complete documentation index at: https://docs.techslayers.ca/llms.txt
> Use this file to discover all available pages before exploring further.

# ScanResponse

> Initial response returned when a DarkRecon scan is created.

# ScanResponse

Contains the immediate acknowledgement returned by `POST /scan`.

## Key fields

* `scan_id`: store this UUID and use it with `GET /scan/{scan_id}`.
* `status`: `success`, `no_results`, or `no_queries`.
* `total_breaches`: number of matched breach sources, not raw rows.
* `discovered_emails`: optional, only for domain-driven scans that enumerate breached addresses.
* `message`: optional context when the request resolves without usable search terms.

This response does not contain the raw breach records. Use the stored `scan_id` to fetch the full result payload.
