Actions
List Event Types
Retrieve a list of all event types 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 |
|---|---|
| Name | Filter by the name of an event type. |
{
"data": [
{
"id": 0,
"name": "string",
"description": "string"
}
]
}
Was this page helpful?