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

# Get a company group

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

Fetches a single company group by its ID. Returns 404 if no group with that ID belongs to the
authenticated company — a group owned by a different company is indistinguishable from one that
does not exist.

Required permission: `settings_permissions_company_relationship_groups`.

## Path parameters

- `id` string, required

## Response `200`

A single company 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)
