---
title: "Retrieve app category"
method: GET
path: "/v1/app_categories/{id}"
---

# Retrieve app category

`GET /v1/app_categories/{id}`

Get details of a specific app category by its ID

## Path parameters

- `id` string, required

## Response `200`

app retrieved

- GetAppCategoryResponse — Response object for a Pipedream app category
  - `id` string — ID of the app category
  - `name` string — The human-readable name of the app category
  - `description` string, nullable — A short description of the app category

---

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