# Fetch an archived guardrail version

> Returns the exact configuration — and so the exact `document` — that governed at a given version. Approval items, activity entries, and exceptions record the version that governed them, so the audit chain survives edits.

<Heading
  as={"h1"}
  className={"openapi__heading"}
  children={"Fetch an archived guardrail version"}
>
</Heading>

<MethodEndpoint
  method={"get"}
  path={"/api/v1/guardrails/{guardrail_id}/versions/{version}"}
  context={"endpoint"}
>
  
</MethodEndpoint>

Returns the exact configuration — and so the exact `document` — that governed at a given version. Approval items, activity entries, and exceptions record the version that governed them, so the audit chain survives edits.

<Heading
  id={"request"}
  as={"h2"}
  className={"openapi-tabs__heading"}
>
  <Translate id="theme.openapi.request.title">Request</Translate>
</Heading>

<ParamsDetails
  {...require("./get-guardrail-version.ParamsDetails.json")}
>
  
</ParamsDetails>

<RequestSchema
  {...require("./get-guardrail-version.RequestSchema.json")}
>
  
</RequestSchema>

<StatusCodes
  {...require("./get-guardrail-version.StatusCodes.json")}
>
  
</StatusCodes>
