> For the complete documentation index, see [llms.txt](https://docs.halosecurity.com/api/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.halosecurity.com/api/events-archive/domain-scan-start.md).

# domain-scan-start

### Overview

* **Key:** `domain-scan-start`
* **Name:** Scan Started
* **Triggers when:** A discovery scan starts on a domain

### Fields

| Field      | Type    | Description          |
| ---------- | ------- | -------------------- |
| domain\_id | integer | ID of domain scanned |
| domain     | string  | Name of domain       |

### Example data

```json
{
    "domain": {
        "domain_id": 1111,
        "domain": "example.com"
    }
}
```
