---
title: "Get Policy"
method: GET
path: "/api/permissions/policies/{id}"
tags: ["Permissions"]
---

# Get Policy

`GET /api/permissions/policies/{id}`

Returns a single policy by ID, including all action/role bindings it defines.

Returns the full set of action/role bindings defined by the policy, including
the resources it applies to.

## Path parameters

- `id` string, uuid, required

## Headers

- `X-Polytomic-Version` string

## Response `200`

OK

- PolicyResponseEnvelope
  - `data` PolicyResponse
    - `id` string, uuid
    - `name` string
    - `organization_id` string, uuid
    - `policy_actions` PolicyAction[]
      - `action` string, required
      - `role_ids` string[], nullable, required
    - `system` boolean

## Other responses

- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/polytomic/apis/polytomic-api.md) · [All operations](https://skmtc.net/polytomic/apis/polytomic-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/polytomic/polytomic-api/versions/b509e00e80aa/schema)
