# Get PagerDuty incident

Canonical URL: https://docs.fuse.init.inc/integrations/pagerduty/actions/incidents.get

Get one incident by id. Requires read.

Action ID: `incidents.get`
Provider: PagerDuty (`pagerduty`)
Contract version: 1

## Risk and exposure

- Risk: Read
- Idempotency: Safe — Safe to retry without coordination; repeats do not create additional side effects.
- Availability: Default
- Exposure: REST, SDK, MCP
- MCP hints: readOnly=true, destructive=false, idempotent=true, openWorld=true

## Required scopes

- `read`

## Input schema fields

- `incident_id`

## Output schema fields

- `id`
- `incident_number`
- `title`
- `status`
- `urgency`
- `html_url`
- `service`
- `service.id`
- `service.summary`
- `service.html_url`
- `service.type`
- `assignments`
- `assignments[]`
- `assignments[].assignee`
- `assignments[].assignee.id`
- `assignments[].assignee.summary`
- `assignments[].assignee.html_url`
- `assignments[].assignee.type`
- `assignments[].at`
- `escalation_policy`
- `escalation_policy.id`
- `escalation_policy.summary`
- `escalation_policy.html_url`
- `escalation_policy.type`
- `created_at`
- `updated_at`
- `resolved_at`

Provider overview: https://docs.fuse.init.inc/integrations/pagerduty
Actions index: https://docs.fuse.init.inc/integrations/pagerduty/actions
Exact canonical JSON contract: https://docs.fuse.init.inc/api/catalog/v1/providers/pagerduty/actions/incidents.get
Deployment-effective discovery: https://api.fuse.init.inc/v1/tenants/%7Btenant_id%7D/providers/pagerduty/actions
