Sign in

Get incident alert

documented

Retrieve a specific alert for an incident.

GET /incidents/{incident_id}/alerts/{alert_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.pagerduty.com/incidents/{{$incident_id}}/alerts/{{$alert_id}}" \
  -X GET \
  -H "Accept: application/vnd.pagerduty+json;version=2" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}"
Get incident alert · PagerDuty · OpenIntegrations