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

# 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

---

[API](https://skmtc.net/sea-lion/apis/litellm-api.md) · [All operations](https://skmtc.net/sea-lion/apis/litellm-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sea-lion/litellm-api/revisions/1e929292ddd5/schema)
