---
title: "Get a resource group"
method: GET
path: "/v1/resourceGroups/{resourceGroupId}"
tags: ["ResourceGroups"]
---

# Get a resource group

`GET /v1/resourceGroups/{resourceGroupId}`

Retrieve the details of a single resource group (required scope resources:read)

## Path parameters

- `resourceGroupId` integer, required

## Headers

- `Customer-Id` integer, required

## Response `200`

OK

- ReadResourceGroupModel — Represents a model for reading a resource group
  - `id` integer — The unique identifier of the resource group
  - `name` string — The name of the resource group

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/bigchange/apis/bigchange-dx.md) · [All operations](https://skmtc.net/bigchange/apis/bigchange-dx/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bigchange/bigchange-dx/revisions/916e669fc527/schema)
