> ## 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.

# Get Events

Get a list of events.

<Note>
  External Documentation

  To learn more, visit the [MISP documentation](https://www.misp-project.org/openapi/#tag/Events/operation/getEvents).
</Note>

## Example Output

```json theme={"dark"}
[
	{
		"id": "<string>",
		"org_id": "<string>",
		"date": "2019-05-20",
		"info": "<string>",
		"uuid": "<string>",
		"published": false,
		"analysis": "<string>",
		"attribute_count": "<string>",
		"orgc_id": "<string>",
		"timestamp": "<string>",
		"distribution": "<string>",
		"sharing_group_id": "<string>",
		"proposal_email_lock": false,
		"locked": false,
		"threat_level_id": "<string>",
		"publish_timestamp": "<string>",
		"sighting_timestamp": "<string>",
		"disable_correlation": false,
		"extends_uuid": "<string>",
		"protected": null,
		"Org": {
			"id": "<string>",
			"name": "<string>",
			"uuid": "<string>"
		},
		"Orgc": {
			"id": "<string>",
			"name": "<string>",
			"uuid": "<string>"
		},
		"EventTag": []
	},
	{
		"id": "<string>",
		"org_id": "<string>",
		"date": "2019-06-05",
		"info": "<string>",
		"uuid": "<string>",
		"published": false,
		"analysis": "<string>",
		"attribute_count": "<string>",
		"orgc_id": "<string>",
		"timestamp": "<string>",
		"distribution": "<string>",
		"sharing_group_id": "<string>",
		"proposal_email_lock": false,
		"locked": false,
		"threat_level_id": "<string>",
		"publish_timestamp": "<string>",
		"sighting_timestamp": "<string>",
		"disable_correlation": false,
		"extends_uuid": "<string>",
		"protected": null,
		"Org": {
			"id": "<string>",
			"name": "<string>",
			"uuid": "<string>"
		},
		"Orgc": {
			"id": "<string>",
			"name": "<string>",
			"uuid": "<string>"
		},
		"EventTag": []
	}
]
```

## Workflow Library Example

[Get Events with Misp and Send Results Via Email](https://library.blinkops.com/workflows/get-events-with-misp-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/get-events-with-misp-and-send-results-via-email/canvas" />
</div>
