---
title: "List Category Rules"
method: GET
path: "/categories/rules"
tags: ["Category"]
---

# List Category Rules

`GET /categories/rules`

Recovers category rules

## Response `200`

Retrieve a list of all client category rules.

- PageResponseCategoryRules[]
  - `results` ClientCategoryRule[], required
    - `description` string, required — Description of the transaction rule.
    - `categoryId` string — Identifier of the category
    - `category` string, required — Description of the category
    - `clientId` string — Identifier of the client
    - `transactionType` string — Transaction type (DEBIT/CREDIT)
    - `accountType` string — Account type (CHECKING_ACCOUNT/CREDIT_CARD)
  - `page` number, double, required
  - `total` number, double, required
  - `totalPages` number, double, required

---

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