---
title: "Groups in an organization"
method: GET
path: "/organizations/{org_id}/groups"
tags: ["Groups"]
---

# Groups in an organization

`GET /organizations/{org_id}/groups`

Get all the groups in an organization.

## Query parameters

- `limit` integer
- `page-token` string

## Response `200`

Successfully get all the groups in an organization. Results are paginated.

- Groups
  - `items` Group[]
    - `id` string, uuid — Unique identifier for group
    - `name` string — Name of group
    - `description` string — Description field on group
  - `next_page_token` string, nullable
  - `total_count` integer

## Other responses

- `403` — None or insufficient credentials provided.
- `404` — Entity not found.
- `500` — Internal server error.

---

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