Get remediation steps
GET/violations/:violation_id/remediation
Ordered, human-readable fix steps for a specific violation.
The violation_id path segment is {scenario_id}:{policy_code}
(for example, 4729318:SEC-5). Cacheable per scenario+policy
until the next re-evaluation.
Request
Responses
- 200
- 400
- 404
- 500
Steps.
Path segment is missing the : separator.
Scenario not imported into the calling organization.
Transient failure generating steps. Retry with backoff.