Retrieve a list of all event types in your KnowBe4 account.

Parameters

ParameterDescription
NameFilter by the name of an event type.

Example Output

{
	"data": [
		{
			"id": 0,
			"name": "string",
			"description": "string"
		}
	]
}

Workflow Library Example

List Event Types with Knowbe4 Events and Send Results Via Email

Preview this Workflow on desktop