---
title: "Returns a specific tool group"
method: GET
path: "/tools/groups/{groupId}"
tags: ["Tool groups"]
---

# Returns a specific tool group

`GET /tools/groups/{groupId}`

## Path parameters

- `groupId` integer, required

## Response `200`

Resource group

- object
  - `data` ToolGroup — Available relations: members, changelog
    - `id` integer — ID
    - `name` string — Group name
    - `color` string — Color
    - `contrast_color` 'dark' | 'white' — Contrast color
    - `first_line` string — First line
    - `icon` string — Icon
    - `created_at` string, date-time — Created
    - `updated_at` string, date-time — Updated

## Other responses

- `401` — The request lacks valid authentication credentials.
- `403` — The token is valid but lacks the permission for this action.
- `404` — The requested resource could not be found.
- `500` — An unexpected error occurred on the server (e.g. a requested relation does not exist).

---

[API](https://skmtc.net/craftboxx/apis/craftboxx-api-documentation.md) · [All operations](https://skmtc.net/craftboxx/apis/craftboxx-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/craftboxx/craftboxx-api-documentation/revisions/c01f07a02f77/schema)
