> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# List Events

Retrieves a list of all events in your KnowBe4 account.

## Parameters

<div className="integrations-table">
  | 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.                                            |
</div>

## Example Output

```json theme={"dark"}
{
	"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"
			}
		}
	]
}
```

## Workflow Library Example

[List Events with Knowbe4 Events and Send Results Via Email](https://library.blinkops.com/workflows/list-events-with-knowbe4-events-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/list-events-with-knowbe4-events-and-send-results-via-email/canvas" />
</div>
