> 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-first.md).

# domain-scan-first

### Overview

* **Key:** `domain-scan-first`
* **Name:** First Scan Complete
* **Triggers when:** A discovery scan completes on a domain for the first time

### Fields

| Field      | Type    | Description           |
| ---------- | ------- | --------------------- |
| domain\_id | integer | The ID of the domain. |
| domain     | string  | Domain name.          |

### Example data

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