provider Incidents POST /api/v2/incidents/import
@utdk/datadog /api/v2/incidents/import
Import an incident
Import an incident from an external system. This endpoint allows you to create incidents with historical data such as custom timestamps for detection, declaration, and resolution. Imported incidents do not execute integrations or notification rules.
include query
Specifies which related object types to include in the response when importing an incident.
array

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.

importincident
POST/api/v2/incidents/import
Import an incident from an external system. This endpoint allows you to create incidents with historical data such as custom timestamps for detection, declaration, and resolution. Imported incidents do not execute integrations or notification rules.

Specifies which related object types to include in the response when importing an incident.

Input

required

Incident data for an import request.

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.importincident()