---
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 roles: All

## 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 - requires an API key with All permission
- `503` — Service Unavailable - authz/OPA is not configured in this environment

---

[API](https://skmtc.net/qlonolink/apis/qaip-apis.md) · [All operations](https://skmtc.net/qlonolink/apis/qaip-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/qlonolink/qaip-apis/revisions/f5f5994dfe05/schema)
