Scan Events
Scans Webhook Events
Supported Events
Event Name | Description |
---|---|
scan_started | Triggered when a scan starts. Contains the initial details of the scan |
scan_stopped | Triggered when a scan is manually or automatically stopped before completion |
scan_completed | Triggered when a scan completes successfully or unsuccessfully. Includes scan_results |
scan_failed | Triggered when a scan fails due to an error. |
scan_progress | Not available yet . Triggered periodically to update the progress of an ongoing scan. |
Webhook Payload
Payload Schema
Example
webhook_scan_event
event_name
string
required
timestamp
string
required
scan
object
required
id
string
required
name
string
required
status
string
required
start_time
string
required
end_time
string
required
scan_results
object
required
Modified at 2024-11-29 12:34:49