---
title: "Get a product group"
method: GET
path: "/public/v1/product-groups/{id}"
tags: ["ProductGroup"]
---

# Get a product group

`GET /public/v1/product-groups/{id}`

Fetches a single product group by its ID, scoped to the authenticated company. Returns 404 if
no group with that ID belongs to the company.

Required permission: `settings_permissions_product_groups`.

## Path parameters

- `id` string, required

## Response `200`

A single product group

## Other responses

- `400` — Invalid parameters
- `401` — Missing or invalid API token
- `403` — The API token lacks the required permission
- `404` — Not Found

---

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