---
title: "Shows a single category"
method: GET
path: "/api/v2/categories/{id}"
tags: ["Categories"]
---

# Shows a single category

`GET /api/v2/categories/{id}`

**No scope required.**

## Path parameters

- `id` string, required

## Query parameters

- `fields[categories]` string[]
- `include` string[]

## Response `200`

Category details with all fields included

## Other responses

- `400` — with invalid request parameters
- `401` — Unauthenticated
- `404` — With invalid id

---

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