---
title: "Get collection resource group"
method: GET
path: "/api/collections/{namespace}/{slug}/resource-group"
tags: ["collections"]
---

# Get collection resource group

`GET /api/collections/{namespace}/{slug}/resource-group`

## Path parameters

- `namespace` string, required
- `slug` string, required

## Response `200`

The resource group the collection currently belongs to

- object
  - `id` string, required
  - `name` string, required
  - `numUsers` number

---

[API](https://skmtc.net/huggingface/apis/hub-api-endpoints.md) · [All operations](https://skmtc.net/huggingface/apis/hub-api-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/huggingface/hub-api-endpoints/versions/dae0cc3790f0/schema)
