---
title: "Get policy by ID"
method: GET
path: "/policies/{policyId}"
tags: ["Policies"]
---

# Get policy by ID

`GET /policies/{policyId}`

Gets a policy by ID. Policy IDs can be found in Vanta in URL bar after /policies/.

## Path parameters

- `policyId` string, required

## Response `200`

Ok

- Policy
  - `id` string, required — The policy's unique ID.
  - `name` string, required — The policy's name.
  - `description` string, required — The policy's description.
  - `status` 'OK' | 'NEEDS_REMEDIATION', required
  - `approvedAtDate` string, date-time, nullable, required — The policy's most recent date of approval, if applicable.
  - `latestVersion` PolicyLatestVersion, required
    - `status` 'NOT_STARTED' | 'DRAFT' | 'PENDING_APPROVAL' | 'APPROVED' | 'RENEW_SOON' | 'EXPIRED', required
  - `latestApprovedVersion` PolicyLatestApprovedVersion, required
    - `versionId` string, required — The ID of the latest approved version of the policy.
    - `documents` PolicyDocument[], required — Available document versions for this policy, organized by language.
      - `language` 'CS' | 'CY' | 'DA' | 'DE' | 'EN' | 'ES' | 'FI' | 'FR' | 'HU' | 'IS' | 'IT' | 'JA' | 'KO' | 'NL' | 'NO' | 'NOT_SPECIFIED' | 'PL' | 'PT' | 'ET' | 'RO' | 'AR' | 'SK' | 'SV' | 'TR' | 'ZH', required
      - `slugId` string, required — The slug ID of the policy document.
      - `url` string, required — The URL of the policy document.

---

[API](https://skmtc.net/vanta/apis/build-integrations.md) · [All operations](https://skmtc.net/vanta/apis/build-integrations/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vanta/build-integrations/revisions/6c1f7590538b/schema)
