---
title: "Authz policy OPA sync status"
method: GET
path: "/authz/policies/status"
tags: ["authz-policies"]
---

# Authz policy OPA sync status

`GET /authz/policies/status`

(reserved for future use) Reports whether the active policies in the database are in sync with the OPA sidecar of the responding replica.

Required scope: \`policy:authz:manage\`

## Response `200`

Sync status

- AuthzPolicyStatus
  - `task_id` string, required — Identifier of the responding replica (per-replica view).
  - `all_in_sync` boolean, required
  - `policies` AuthzPolicyStatusEntry[], required
    - `name` string, required
    - `active_version` integer, required
    - `active_sha256` string, required
    - `opa_sha256` string, nullable
    - `in_sync` boolean, required

## Other responses

- `401` — Unauthorized - Authentication failed
- `403` — Forbidden - the API key is missing the scope required by this endpoint
- `503` — Service Unavailable - authz/OPA is not configured in this environment

## Changes

> 65 revisions in range; 12 not diffed.

- **2026-06-17** `05add33422b2` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/qlonolink/apis/qaip-apis/changes/authz/policies/status/get.md)

---

[API](https://skmtc.dev/qlonolink/apis/qaip-apis.md) · [All operations](https://skmtc.dev/qlonolink/apis/qaip-apis/llms.txt) · [OpenAPI document](https://skmtc.dev/qlonolink/apis/qaip-apis/revisions/430440bbcc56?raw)
