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

# target-scan-first

### Overview

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

### Fields

| Field        | Type    | Description               |
| ------------ | ------- | ------------------------- |
| date         | string  | Date and time of scan     |
| scan\_id     | integer | ID of the scan            |
| target\_name | string  | Name of the target        |
| target\_id   | integer | ID of the target          |
| target       | string  | Domain name of the target |

### Example data

```json
{
    "scan": {
        "date": "2022-01-01 12:00",
        "scan_id": "202201011200QWKrgffffnG6XIKsNGQd"
    },
    "target": {
        "target_name": "test",
        "target_id": 1234,
        "target": "test.example.com"
    }
}
```
