---
title: "Retrieves a privacy policy."
method: GET
path: "/api/privacy_policies/{id}"
tags: ["Privacy Policies"]
---

# Retrieves a privacy policy.

`GET /api/privacy_policies/{id}`

## Path parameters

- `id` string, uuid, required

## Response `200`

OK

- PrivacyPolicy
  - `id` string, uuid, nullable
  - `text` string, nullable
  - `createdAt` string, date-time

## Other responses

- `401` — Unauthorized
- `404` — Not Found

---

[API](https://skmtc.net/department-for-education/apis/get-into-teaching-api-v1.md) · [All operations](https://skmtc.net/department-for-education/apis/get-into-teaching-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/department-for-education/get-into-teaching-api-v1/versions/5d53dbaed560/schema)
