View all proposed remediations for an incident.
inc_01HX9VTPQR3KF8MZWBYD5N6JCE.200 OK with an array of remediations for the incident.
| Field | Type | Description |
|---|---|---|
remediations | array | All proposed remediations for the incident |
remediations[].remediationId | string | Unique identifier for this remediation |
remediations[].status | string | Current status: awaiting_approval, approved, rejected, executing, completed, failed |
remediations[].description | string | Summary of what this remediation does |
remediations[].steps | array | Ordered list of individual steps within this remediation |
steps[].type | string | Step type, e.g. sql_migration, deployment_rollback, verification |
steps[].status | string | Step status: pending, running, completed, failed |
steps[].description | string | What this step does |
404 Not Found if the incident does not exist.