---
title: "Returns information about the given Policy Mgmt System"
method: GET
path: "/policy/{policy_system_id}"
tags: ["Policy Mgmt System"]
---

# Returns information about the given Policy Mgmt System

`GET /policy/{policy_system_id}`

## Path parameters

- `policy_system_id` string, uuid, required

## Response `200`

Successful Operation

- Policy — A new Policy Management System
  - `id` string, uuid, required — Unique id
  - `url` string, required — The URL of the Policy Management System
  - `description` string — A description for the Policy Management System
  - `type` string, required — The type for new Policy Management System

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `500` — Server Error

---

[API](https://skmtc.net/core-ncsrd/apis/katana.md) · [All operations](https://skmtc.net/core-ncsrd/apis/katana/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/core-ncsrd/katana/versions/7ddfc4202f39/schema)
