---
title: "Get organized group counts"
method: GET
path: "/v2/org/{orgId}/group/count"
tags: ["group"]
---

# Get organized group counts

`GET /v2/org/{orgId}/group/count`

## Path parameters

- `orgId` string, required

## Query parameters

- `scenarioId` string
- `groupFilter` string
- `groupType` string
- `groupTypeId` string
- `date` string, date

## Response `200`

successful operation

- GroupCount
  - `totalGroupCount` integer, required — total number of groups
  - `relationshipGroupCount` integer, required — number of groups that are part of a larger group tree
  - `orphanedGroupCount` integer, required — number of orphaned groups that do not belong to any group tree

## Other responses

- `400` — bad request
- `401` — not authorized
- `404` — not found
- `501` — not implemented

---

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