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

# 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.
  - `policy_name` string, required
  - `inherit` string, nullable
  - `scope` PolicyScopeResponse, required — Scope configuration for a policy.
    - `teams` string[]
    - `keys` string[]
    - `models` string[]
    - `tags` string[]
  - `guardrails` PolicyGuardrailsResponse, required — Guardrails configuration for a policy.
    - `add` string[]
    - `remove` string[]
  - `resolved_guardrails` string[], required
  - `inheritance_chain` string[], required

## Other responses

- `422` — Validation Error

---

[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/79928a3d37d3/schema)
