# target-scan-finish

### Overview

* **Key:** `target-scan-finish`
* **Name:** Scan Complete
* **Triggers when:** A scan completes on a target

### Fields

| Field        | Type    | Description               |
| ------------ | ------- | ------------------------- |
| date         | string  | Date of the 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": "202201011200OGRDXxyffffRutS21Egg"
    },
    "target": {
        "target_name": "Test",
        "target_id": 1234,
        "target": "test.example.com"
    }
}
```
