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

# List

`GET /categories`

Recovers all categories active from the data categorization.
Can be filtered by the parentId of the category.

## Query parameters

- `parentId` string

## Response `200`

Retrieve a list of all categories

- Category[]
  - `id` string, required — Identifier for the category
  - `description` string, required — Description of the category
  - `descriptionTranslated` string — Description of the category, translated to portuguese
  - `parentId` string — Parent's identifier
  - `parentDescription` string — Parent's category description

---

[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)
