---
title: "Get a policy."
method: GET
path: "/api/policies/{policyName}"
tags: ["Policies"]
---

# Get a policy.

`GET /api/policies/{policyName}`

Returns the full policy with the given name. Admins may retrieve another user's policy by passing that user's email as owner. Requires the `policies:read` scope.

## Path parameters

- `policyName` string, required

## Query parameters

- `owner` string

## Headers

- `Authorization` string, required

## Response `200`

The policy JSON.

## Other responses

- `400` — The policy name is missing.
- `401` — The Authorization header is absent or the API key is not recognized.
- `404` — A policy with the given name does not exist.
- `413` — Content Too Large
- `415` — Unsupported Media Type
- `500` — Internal Server Error
- `503` — Service Unavailable

---

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