---
title: "Get group details"
method: GET
path: "/api/v1beta/groups/{name}"
tags: ["groups"]
---

# Get group details

`GET /api/v1beta/groups/{name}`

Get details of a specific group

## Path parameters

- `name` string, required

## Response `200`

OK

- GithubComStacklokToolhivePkgGroupsGroup
  - `name` string
  - `plugins` string[]
  - `registered_clients` string[]
  - `skills` string[]

## Other responses

- `404` — Not Found
- `500` — Internal Server Error

## Changes

- **2026-07-07** `3a7d8d5f17b3` — 1 info
  - added the optional property `plugins` to the response with the `200` status
- **2026-03-06** `b2b0a6a97af8` — 1 info
  - added the optional property `skills` to the response with the `200` status
- **2026-01-29** `ff6ce8dd8f3a` — 2 warning
  - removed the optional property `plugins` from the response with the `200` status
  - removed the optional property `skills` from the response with the `200` status

[Change history](https://skmtc.dev/stacklok/apis/toolhive-api/changes/api/v1beta/groups/:name/get.md)

---

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