---
title: "Get parent (rolled-up business) cluster"
method: GET
path: "/v1/parents/{company_id}"
tags: ["Employers"]
---

# Get parent (rolled-up business) cluster

`GET /v1/parents/{company_id}`

Get a rolled-up-business cluster: all establishments (sites) that share
a company_id, plus the company's confidence + cohesion + fragility, and
per-establishment summary rows.

"Parent" here is the product-facing grain (per the 2026-06-15 product-grain
revision in docs/ENTITY_RESOLUTION_ROADMAP.md). A "parent" is any
rolled-up business -- both the curated parent list and the auto-detected
company clusters surface here. Singletons return a single establishment
with `confidence: null`.

Response shape favors breadth (one row per establishment) over depth
(per-record fields). Drill to /establishments/{id} for the records under
a single site, or /employers/{id} for one record.

## Path parameters

- `company_id` string, required

## Headers

- `X-Api-Key` string

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/fastdol/apis/fastdol-api.md) · [All operations](https://skmtc.net/fastdol/apis/fastdol-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fastdol/fastdol-api/revisions/f5a72ed18934/schema)
