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

---

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