Event Receiver
These endpoints are only available when the event receiver is enabled (default when scheduler is enabled).Get Event Receiver Status
Get the current status of the event receiver including registered triggers.List Event Receiver Workflows
Get a list of all workflows registered with the event receiver, including their triggers.Emit Event
Emit a custom event to trigger event-based workflows.| Field | Type | Required | Description |
|---|---|---|---|
topic | string | Yes | Event topic to emit (e.g., assets.new, custom.event) |
data | object | No | Event data payload passed to triggered workflows |
Event Topics
Common event topics used by workflows:| Topic | Description |
|---|---|
assets.new | New asset discovered |
assets.updated | Asset information updated |
vuln.found | New vulnerability found |
run.completed | Workflow run completed |
run.failed | Workflow run failed |
schedule.triggered | Scheduled trigger fired |
custom. (e.g., custom.my-event).