---
title: "Get group"
method: GET
path: "/groups/{group_id}"
tags: ["Management"]
---

# Get group

`GET /groups/{group_id}`

Get group details

## Path parameters

- `group_id` integer, required

## Response `200`

Group details

- Group
  - `id` integer
  - `name` string
  - `project_name` string
  - `project_id` integer
  - `agents_count` integer

## Changes

> 50 revisions in range; 1 could not be searched.

- **2021-01-31** `ecd12e02213d` — 1 info
  - added the media type `application/json` for the response with the status `200`
- **2021-01-31** `6dffc3a4de00` — 1 breaking
  - removed the media type `application/json` for the response with the status `200`

[Change history](https://skmtc.dev/kraken-ci/apis/server-api/changes/groups/:group_id/get.md)

---

[API](https://skmtc.dev/kraken-ci/apis/server-api.md) · [All operations](https://skmtc.dev/kraken-ci/apis/server-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kraken-ci/server-api/revisions/1f2ae877f985/schema)
