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

# policy list

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

list policies of a action

## Path parameters

- `system_id` string, required

## Query parameters

- `action_id` string, required
- `page` integer
- `page_size` integer
- `timestamp` integer
- `type` 'abac' | 'rbac'

## Response `200`

OK

- object
  - `code` integer
  - `data` IamPkgApiOpenHandlerPolicyListResponse
    - `count` integer
    - `metadata` HandlerPolicyListResponseMetadata
      - `action` IamPkgApiOpenHandlerPolicyResponseAction
        - `id` string
      - `system` string
      - `timestamp` integer
    - `results` HandlerThinPolicyResponse[]
      - `expired_at` integer
      - `expression` object
      - `id` integer
      - `subject` IamPkgApiOpenHandlerPolicyResponseSubject
        - `id` string
        - `name` string
        - `type` 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)
