---
title: "Get Policy Info"
method: GET
path: "/policy/info/{policy_name}"
tags: ["policies"]
---

# Get Policy Info

`GET /policy/info/{policy_name}`

Get detailed information about a specific policy.

Returns:
- Policy configuration
- Resolved guardrails (after inheritance)
- Inheritance chain

## Path parameters

- `policy_name` string, required

## Response `200`

Successful Response

- PolicyInfoResponse — Response for /policy/info/{policy_name} endpoint.
  - `guardrails` PolicyGuardrailsResponse, required — Guardrails configuration for a policy.
    - `add` string[]
    - `remove` string[]
  - `inherit` string, nullable
  - `inheritance_chain` string[], required
  - `policy_name` string, required
  - `resolved_guardrails` string[], required
  - `scope` PolicyScopeResponse, required — Scope configuration for a policy.
    - `keys` string[]
    - `models` string[]
    - `tags` string[]
    - `teams` string[]

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-19** `c357baf422ab` — 2 info
  - api tag `policies` added
  - api tag `policy management` removed
- **2026-09-18** `082b5fabd909` — 4 info
  - api tag `policy management` added
  - api tag `policies` removed
  - added the optional property `detail/items/ctx` to the response with the `422` status
  - added the optional property `detail/items/input` to the response with the `422` status

[Change history](https://skmtc.dev/flock/apis/litellm-api/changes/policy/info/:policy_name/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)
