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

Get event by given ID.

## Parameters

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

## Example Output

```json theme={"dark"}
{
	"uuid": "39a6918f-33f2-ec9b-0fcc-42bb90f10a1f",
	"account_name": "generic-account",
	"plugin_device_type": "Cloud Infrastructure",
	"destination_canonical": "s3.amazonaws.com",
	"destination_name": "s3.amazonaws.com",
	"has_alarm": false,
	"request_user_agent": "s3.amazonaws.com",
	"packet_type": "log",
	"source_canonical": "s3.amazonaws.com",
	"event_name": "PutObject",
	"timestamp_occured": "1528817037000",
	"source_service_name": "s3.amazonaws.com",
	"event_type": "AwsApiCall",
	"app_name": "amazon-aws",
	"timestamp_received": "1528817107938",
	"destination_hostname": "s3.amazonaws.com",
	"source_infrastructure_name": "Amazon Global",
	"plugin": "Amazon AWS CloudTrail",
	"app_type": "amazon-aws",
	"authentication_type": "AWSService",
	"access_control_outcome": "Allow",
	"suppressed": "false",
	"plugin_device": "CloudTrail",
	"destination_infrastructure_type": "Cloud Service",
	"source_infrastructure_type": "Cloud Service",
	"destination_zone": "us-east-1",
	"needs_enrichment": true,
	"source_hostname": "s3.amazonaws.com",
	"app_id": "amazon-aws",
	"plugin_family": "Amazon",
	"plugin_version": "0.24",
	"destination_userid": "101720206348",
	"event_action": "Create",
	"destination_infrastructure_name": "Amazon Global",
	"source_name": "s3.amazonaws.com",
	"received_from": "s3.amazonaws.com",
	"event_description": "Action for uploading an object (PUT or POST).",
	"_links": {
		"self": {
			"href": "https://mysubdomain.aveng.us/api/2.0/events/39a6918f-33f2-ec9b-0fcc-42bb90f10a1f",
			"templated": false
		}
	}
}
```

## Workflow Library Example

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