Get the full remediation plan, execution log, and current status.
admin or member
Bearer <your-jwt>.rem_01HX9VTPQR3KF8MZWBYD5N6JCE.200 OK with the full remediation object.
| Field | Type | Description |
|---|---|---|
remediationId | string | Unique identifier |
incidentId | string | Related incident |
title | string | Short description of the remediation action |
status | string | One of: proposed, approved, executing, executed, rejected, failed |
requiresApproval | boolean | Whether human approval was required |
approvedBy | string | User ID who approved. null if not yet approved |
steps | array | Ordered list of execution steps with status and output |
outcome | string | Final outcome: resolved, partial, failed. null if not yet executed |
proposedAt | string | ISO 8601 timestamp |
executedAt | string | ISO 8601 timestamp. null if not yet executed |
| Status | Error code | Description |
|---|---|---|
401 | unauthorized | Missing or invalid JWT |
403 | forbidden | Caller lacks required role |
404 | remediation_not_found | No remediation with the given ID |