Actions
List Events
Retrieves a list of all events in your KnowBe4 account.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Event Type | Filter events by event type. |
| Occurred Date | Filter events by the date the occurred. |
| Risk Level | Filter by Risk Level by entering a value from -10 (low risk) to 10 (high risk). |
| User Email | Filter events by user email address. |
{
"data": [
{
"id": 0,
"user": {
"email": "string",
"id": 0,
"archived": true
},
"external_id": "string",
"source": "string",
"description": "string",
"occurred_date": "2019-08-24",
"risk": {
"level": 0,
"factor": 0,
"decay_mode": "string",
"expire_date": "string"
},
"event_type": {
"id": 0,
"name": "string"
}
}
]
}
Was this page helpful?