---
title: "Fetches a policy"
method: GET
path: "/policy/{packageName}"
tags: ["policy"]
---

# Fetches a policy

`GET /policy/{packageName}`

## Path parameters

- `packageName` string, required

## Response `200`

Successful operation

- PolicyDef
  - `_id` string, required — Document ID
  - `updatedAt` string, date-time, required — Timestamp when this was last modified
  - `createdAt` string, date-time, required — Timestamp when this was created
  - `packageName` string, required — Policy package name
  - `authorWalletAddress` string, required — Author wallet address
  - `description` string, required — Policy description
  - `activeVersion` string, required — Active version of the policy

## Other responses

- `404` — Policy not found
- `default` — Unexpected error

## Changes

- **2025-06-19** `e514cea423bb` — 2 breaking, 3 warning, 3 info
  - the `description` response property's minLength was decreased from `10` to `0` for the response status `200`
  - removed the required property `title` from the response with the `200` status
  - removed the optional property `deploymentStatus` from the response with the `200` status
  - removed the optional property `isDeleted` from the response with the `200` status
  - …4 more

[Change history](https://skmtc.dev/lit-protocol/apis/vincent-registry-api/changes/policy/:packageName/get.md)

---

[API](https://skmtc.dev/lit-protocol/apis/vincent-registry-api.md) · [All operations](https://skmtc.dev/lit-protocol/apis/vincent-registry-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/lit-protocol/vincent-registry-api/revisions/e514cea423bb/schema)
