---
title: "Get a group"
canonical: https://docs.mentio.dev/api/groups/get-group
markdown: https://docs.mentio.dev/api/groups/get-group.mdx
---

# Get a group

`GET /v1/groups/{id}`

## Parameters

- `id` (path, required): Group id (grp_...).

## Responses

- 200: The group
- 401: Missing or invalid API key
- 404: No such group in this workspace

Full schemas: https://api.mentio.dev/v1/openapi.json. Conventions: https://docs.mentio.dev/conventions.mdx
