provider Events GET /api/v2/events/{event_id}
@utdk/datadog /api/v2/events/{event_id}
Get an event
Get the details of an event by `event_id`.
event_id path required
The UID of the event.
string

Try it

Authentication
Configure credentials for Datadog API V2 Collection
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

getevent
GET/api/v2/events/{event_id}
Get the details of an event by `event_id`.

Parameters

required

The UID of the event.

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import datadog from '@utdk/datadog';

await datadog.getevent()