provider Incidents GET /api/v2/incidents
@utdk/datadog /api/v2/incidents
Get a list of incidents
Get all incidents for the user's organization.
include query
Specifies which types of related objects should be included in the response.
array
page[size] query
Size for a given page. The maximum allowed value is 100.
integer
page[offset] query
Specific offset to use as the beginning of the returned page.
integer

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.

listincidents
GET/api/v2/incidents
Get all incidents for the user's organization.

Specifies which types of related objects should be included in the response.

Size for a given page. The maximum allowed value is 100.

Specific offset to use as the beginning of the returned page.

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.listincidents({
  "page[size]": 10,
  "page[offset]": 0
})