---
title: "Find groups in the organization of a certain type"
method: GET
path: "/v2/org/{orgId}/group"
tags: ["group"]
---

# Find groups in the organization of a certain type

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

## Path parameters

- `orgId` string, required

## Query parameters

- `type` string
- `scenarioId` string
- `date` string, date
- `from` string
- `limit` integer
- `fields` string
- `jobFields` string
- `timeFilter` 'CURRENT' | 'ARCHIVED' | 'FUTURE' | 'ALL'
- `includeAll` boolean
- `returnAccess` string
- `search` string
- `format` string
- `ids` string

## Response `200`

successful operation

- ResultsData
  - `data` object[], required
  - `next` string
  - `access` ResultsAccess[]
    - `ids` string[]
    - `allowed` AccessAction[], required
      - `action` string, required
      - `fields` string[]
      - `types` string[]
  - `totalRow` object

## Other responses

- `202` — snapshot currently building
- `400` — bad request
- `401` — not authorized
- `404` — not found

---

[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)
