Sign in

Get incident

documented

Fetch details of a specific incident.

GET /api/v2/incidents/{incident_id}Incidentsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.datadoghq.com/api/v2/incidents/{{$incident_id}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "DD-API-KEY: {{DATADOGHQ_API_KEY}}" \
  -H "DD-APPLICATION-KEY: {{DATADOGHQ_APP_KEY}}"