---
title: "Retrieve the current version policy."
method: GET
path: "/authoring/v1/versions/policy"
tags: ["Authoring version"]
---

# Retrieve the current version policy.

`GET /authoring/v1/versions/policy`

Use this endpoint to fetch the current version policy that determines how specific documents are versioned in the authoring system.
Only the policy status is being returned at this point.
<br />User roles: admin, manager, editor, viewer

## Response `200`

Successfully retrieved version policy.

- object — Response to indicate if the version policy status is in effect.
  - `policy-status` string — Flag that determines if the version policy is in effect; possible values - on, off, disabled.

## Other responses

- `429` — Too Many Requests, the server has reached a limit, the request must be sent again at a later time.
- `503` — Unable to retrieve the version-policy from the database as the service is unavailable. Try again later.
- `default` — Unexpected error.

---

[API](https://skmtc.net/goacoustic/apis/acoustic-content-api.md) · [All operations](https://skmtc.net/goacoustic/apis/acoustic-content-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/goacoustic/acoustic-content-api/revisions/677305266d89/schema)
