---
title: "Get a RBAC policy."
method: GET
path: "/policy/{policyId}"
tags: ["policy"]
---

# Get a RBAC policy.

`GET /policy/{policyId}`

Required RBAC Policy: team/policy/read

## Path parameters

- `policyId` string, required

## Response `200`

- object
  - `policy` Policy
    - `createdAt` string, date-time
    - `definition` string
    - `description` string
    - `id` string
    - `modifiedAt` string, date-time
    - `name` string
    - `readOnly` boolean
    - `teamId` string

## Other responses

- `400` — Returned on bad input
- `401` — Return if the caller is not authorized
- `403` — Returned if the caller does not have the needed permission
- `404` — Returned on resource not found

---

[API](https://skmtc.net/replicated/apis/vendor-api-v3-2.md) · [All operations](https://skmtc.net/replicated/apis/vendor-api-v3-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/replicated/vendor-api-v3-2/versions/6fcf9e54aba4/schema)
