---
title: "GET /v1alpha1/policies/{policyId}/rules"
method: GET
path: "/v1alpha1/policies/{policyId}/rules"
tags: ["PolicyService"]
---

# GET /v1alpha1/policies/{policyId}/rules

`GET /v1alpha1/policies/{policyId}/rules`

List Rules.

## Path parameters

- `policyId` string, required

## Query parameters

- `page` integer
- `size` integer
- `query` string

## Response `200`

OK

- ListRulesResponse
  - `rules` Rule[] — A list of Rules.
    - `id` string — A unique identifier for the Rule.
    - `name` string, required — A human-readable name for the Rule.
    - `description` string — A human-readable description for the Rule.
    - `policyId` string
    - `tasks` Task[], required — The tasks that this Rule applies to.
      - `id` string — A unique identifier for the Task.
      - `name` string — A human-readable name for the Task.
      - `description` string — A human-readable description for the Task.
      - `appId` string — An application ID for the Task.
      - `toolName` string — A tool name for the Task.
    - `action` 'RULE_ACTION_UNSPECIFIED' | 'RULE_ACTION_ALLOW' | 'RULE_ACTION_DENY', enum, required — The action applied for the rule when calling the specified tasks
    - `needsApproval` boolean, required — Need User Approval for this Rule.
    - `createdAt` string, date-time — CreatedAt records the timestamp of when the Rule was initially created
  - `pagination` PagedResponse — Pagination response
    - `nextPage` integer — Next page
    - `hasNextPage` boolean — Has next page
    - `total` string — The total size of items
    - `size` integer — The size of the current page

## Other responses

- `default` — Default error response

---

[API](https://skmtc.net/agntcy/apis/agntcy-identity-service-api.md) · [All operations](https://skmtc.net/agntcy/apis/agntcy-identity-service-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/agntcy/agntcy-identity-service-api/revisions/1dc8f8328648/schema)
