---
title: "List chat rules"
method: GET
path: "/api/v3/workspaces/{workspace}/chat-config/rules"
tags: ["Rules"]
---

# List chat rules

`GET /api/v3/workspaces/{workspace}/chat-config/rules`

List rules for a workspace. Omitting scope_type returns workspace + persona + the caller's own user-scope rules.

## Path parameters

- `workspace` string, required

## Query parameters

- `scope_type` 'workspace' | 'persona' | 'user'
- `scope_id` string
- `is_active` boolean
- `page` integer
- `page_size` integer

## Response `200`

Paginated rules

- PaginatedList — Standard paginated envelope used by chat-config list endpoints.
  - `count` integer
  - `next` string, nullable
  - `previous` string, nullable
  - `results` object[]

---

[API](https://skmtc.dev/runwhen/apis/runwhen-platform-api.md) · [All operations](https://skmtc.dev/runwhen/apis/runwhen-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/runwhen/runwhen-platform-api/revisions/9d1a64d4b1c1/schema)
