List all remediation approval requests awaiting a response.
admin or member
Bearer <your-jwt>.200 OK.
| Field | Type | Description |
|---|---|---|
approvalId | string | Unique approval request identifier |
remediationId | string | Remediation plan awaiting approval |
incidentId | string | Related incident |
remediationTitle | string | Short description of the proposed action |
steps | string[] | Ordered list of steps to be executed on approval |
requestedAt | string | ISO 8601 timestamp when approval was requested |
expiresAt | string | ISO 8601 deadline — approval auto-expires after this time |
| Status | Error code | Description |
|---|---|---|
401 | unauthorized | Missing or invalid JWT |
403 | forbidden | Caller lacks required role |