---
title: "List Policies"
method: GET
path: "/policy/list"
tags: ["policies"]
---

# List Policies

`GET /policy/list`

List all loaded policies with their resolved guardrails.

Returns information about each policy including:
- Inheritance configuration
- Scope (teams, keys, models)
- Guardrails to add/remove
- Resolved guardrails (after inheritance)
- Inheritance chain

## Response `200`

Successful Response

- PolicyListResponse — Response for /policy/list endpoint.
  - `policies` object, required
  - `total_count` integer, required

## Changes

- **2026-09-19** `c357baf422ab` — 2 info
  - api tag `policies` added
  - api tag `policy management` removed
- **2026-09-18** `082b5fabd909` — 2 info
  - api tag `policy management` added
  - api tag `policies` removed

[Change history](https://skmtc.dev/flock/apis/litellm-api/changes/policy/list/get.md)

---

[API](https://skmtc.dev/flock/apis/litellm-api.md) · [All operations](https://skmtc.dev/flock/apis/litellm-api/llms.txt) · [OpenAPI document](https://skmtc.dev/flock/apis/litellm-api/revisions/b694deb1e459?raw)
