---
title: "List all groups"
method: GET
path: "/api/v1beta/groups"
tags: ["groups"]
---

# List all groups

`GET /api/v1beta/groups`

Get a list of all groups

## Response `200`

OK

- PkgApiV1GroupListResponse
  - `groups` GithubComStacklokToolhivePkgGroupsGroup[] — List of groups
    - `name` string
    - `plugins` string[]
    - `registered_clients` string[]
    - `skills` string[]

## Other responses

- `500` — Internal Server Error

## Changes

> 49 revisions in range; 6 could not be searched.

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

[Change history](https://skmtc.dev/stacklok/apis/toolhive-api/changes/api/v1beta/groups/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)
