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

# A group in an organization

`GET /organizations/{org_id}/groups/{group_id}`

Get details for a group in an organization. Currently only supported for standalone organizations.

## Response `200`

Successfully gets a group. Members not included.

- Group
  - `id` string, uuid — Unique identifier for group
  - `name` string — Name of group
  - `description` string — Description field on group

## Other responses

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

---

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