---
title: "Get details of a specific RBD group including its member images"
method: GET
path: "/api/block/pool/{pool_name}/group/{group_name}"
tags: ["RbdGroup"]
---

# Get details of a specific RBD group including its member images

`GET /api/block/pool/{pool_name}/group/{group_name}`

## Path parameters

- `pool_name` string, required
- `group_name` string, required

## Query parameters

- `namespace` string

## Response `200`

OK

- object
  - `images` object[], required — List of images in the group with their pool, namespace, and name

## Other responses

- `400` — Operation exception. Please check the response body for details.
- `401` — Unauthenticated access. Please login first.
- `403` — Unauthorized access. Please check your permissions.
- `500` — Unexpected error. Please check the response body for the stack trace.

---

[API](https://skmtc.dev/ceph/apis/ceph-rest-api.md) · [All operations](https://skmtc.dev/ceph/apis/ceph-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ceph/ceph-rest-api/revisions/474e652a8dce/schema)
