---
title: "policy get"
method: GET
path: "/api/v1/systems/{system_id}/policies/{policy_id}/"
tags: ["open"]
---

# policy get

`GET /api/v1/systems/{system_id}/policies/{policy_id}/`

get a policy

## Path parameters

- `system_id` string, required
- `policy_id` string, required

## Response `200`

OK

- object
  - `code` integer
  - `data` HandlerPolicyGetResponse
    - `action` IamPkgApiOpenHandlerPolicyResponseAction
      - `id` string
    - `expired_at` integer
    - `expression` object
    - `id` integer
    - `subject` IamPkgApiOpenHandlerPolicyResponseSubject
      - `id` string
      - `name` string
      - `type` string
    - `system` string
    - `version` string
  - `message` string

---

[API](https://skmtc.net/tencentblueking/apis/iam-api.md) · [All operations](https://skmtc.net/tencentblueking/apis/iam-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tencentblueking/iam-api/versions/f3a5fe2fe9c6/schema)
