List a guardrail's config versions
GET/api/v1/guardrails/:guardrail_id/versions
Returns the guardrail's archived configurations, newest first. A version is written on create and on every subsequent write that changes the policy document — through the REST API or a formation apply alike. Metadata-only edits (name, description, context binding) do not archive a version. See Versioning.
Request
Responses
- 200
- 401
- 403
- 404
List of guardrail versions, newest first
Unauthorized
Forbidden
Guardrail not found