---
title: "Retrieve"
method: GET
path: "/categories/{id}"
tags: ["Category"]
---

# Retrieve

`GET /categories/{id}`

Recovers the category resource by its id

## Path parameters

- `id` string, required

## Response `200`

Retrieve a category.

- Category — Cateogry response
  - `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

## Other responses

- `404` — Category not found

---

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