This endpoint allows you to query for event details.

Note: If the event you’re querying contains markdown formatting of any kind, you may see characters such as %,\,n in your output.

External Documentation

To learn more, visit the Datadog documentation.

Parameters

ParameterDescription
Event IDThe ID of the event.
Note: use the id_str attribute when referencing an Event object.

Example Output

{
	"event": {
		"id": 12807634110608634402,
		"id_str": "<string>",
		"title": "<string>",
		"text": "<string>",
		"priority": "<string>",
		"date_happened": 556529131,
		"alert_type": "<string>",
		"tags": [
			"<string>"
		],
		"host": null,
		"device_name": null,
		"url": "<string>",
		"resource": "<string>",
		"monitor_id": null,
		"monitor_groups": []
	}
}

Workflow Library Example

Get Event with Datadog and Send Results Via Email

Preview this Workflow on desktop