---
title: "Lists all policies"
method: GET
path: "/policies"
tags: ["Policy"]
---

# Lists all policies

`GET /policies`

## Response `200`

Successful operation

- Policy[]
  - `_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 NPM package name
  - `authorWalletAddress` string, required — Author wallet address. Derived from the authorization signature provided by the creator.
  - `description` string, required — Policy description - displayed to users in the dashboard/Vincent Explorer UI
  - `activeVersion` string, required — Active version of the policy; must be an exact semver
  - `title` string, required — Policy title for displaying to users in the dashboard/Vincent Explorer UI

## Other responses

- `default` — Unexpected error

## Changes

- **2025-06-28** `f36ee26d6286` — 1 info
  - the response required property `items/authorWalletAddress` became read-only for the status `200`
- **2025-06-28** `f7b25b5b140b` — 2 info
  - api tag `Policy` added
  - api tag `policy` removed
- **2025-06-24** `a04696325550` — 1 info
  - the response required property `items/authorWalletAddress` became not read-only for the status `200`
- **2025-06-24** `d4634804dbfb` — 2 info
  - added the required property `items/title` to the response with the `200` status
  - the response required property `items/authorWalletAddress` became read-only for the status `200`
- **2025-06-19** `e514cea423bb` — 2 breaking, 3 warning, 3 info
  - the `items/description` response property's minLength was decreased from `10` to `0` for the response status `200`
  - removed the required property `items/title` from the response with the `200` status
  - removed the optional property `items/deploymentStatus` from the response with the `200` status
  - removed the optional property `items/isDeleted` from the response with the `200` status
  - …4 more

[Change history](https://skmtc.dev/lit-protocol/apis/vincent-registry-api/changes/policies/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/7a8a3bcdf96f/schema)
