---
title: "List Policy Rules"
method: GET
path: "/v1/policies"
tags: ["v1", "protected", "policies"]
---

# List Policy Rules

`GET /v1/policies`

List policy rules in the current workspace.

## Query parameters

- `subject_type` 'workspace' | 'agent' | 'user' | 'group' — The kind of subject a rule binds to.
- `subject_id` string, nullable
- `effect` 'allow' | 'deny' | 'cap' | 'approval' | 'safety' | 'egress' — What a rule does when it applies.
- `target` string, nullable
- `enabled` boolean, nullable

## Response `200`

Successful Response

- PolicyRuleResponse[]
  - `condition` string, nullable
  - `effect` 'allow' | 'deny' | 'cap' | 'approval' | 'safety' | 'egress', required — What a rule does when it applies.
  - `enabled` boolean, required
  - `id` string, required
  - `params` object, required
  - `priority` integer, required
  - `subject_id` string, required
  - `subject_type` 'workspace' | 'agent' | 'user' | 'group', required — The kind of subject a rule binds to.
  - `target` string, required

## Other responses

- `422` — Validation Error

---

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