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

Gets the properties of an event.

## Parameters

<div className="integrations-table">
  | Parameter | Description                   |
  | --------- | ----------------------------- |
  | Event ID  | The ID of the required event. |
</div>

## Example Output

```json theme={"dark"}
{
	"correlationId": "933613657e1c8fcf",
	"endTime": 1564039524182,
	"entityId": {
		"entityId": {
			"id": "The ID of the entity.",
			"type": "The type of the entity."
		},
		"name": "The name of the entity. \n\n Not included in the response in case no entity with the relevant ID was found."
	},
	"entityTags": [
		{
			"context": "The origin of the tag, such as AWS or Cloud Foundry. \n\n Custom tags use the `CONTEXTLESS` value.",
			"key": "The key of the tag.",
			"stringRepresentation": "The string representation of the tag.",
			"value": "The value of the tag."
		}
	],
	"eventId": "4293884258445543163_1564039524182",
	"eventType": "LOW_DISK_SPACE",
	"frequentEvent": false,
	"managementZones": [
		{
			"id": "The ID of the management zone.",
			"name": "The name of the management zone."
		}
	],
	"properties": [
		{
			"key": "The key of the event property.",
			"value": "The value of the event property."
		}
	],
	"startTime": 1564039524182,
	"status": "OPEN",
	"suppressAlert": false,
	"suppressProblem": false,
	"title": "High CPU load on host X",
	"underMaintenance": false
}
```

## Workflow Library Example

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