---
title: "List Data File Groups"
method: GET
path: "/v2/data/groups"
tags: ["data"]
---

# List Data File Groups

`GET /v2/data/groups`

Summarise the readable folders so a browser can load their files on demand.

## Response `200`

Successful Response

- DataFileGroupListResponse
  - `groups` DataFileGroup[], required
    - `scope` 'member' | 'team', required
    - `membership_id` integer, nullable, required
    - `file_count` integer, required

## Other responses

- `400` — Invalid or malformed request
- `401` — Missing or invalid credentials
- `403` — Caller may not access this resource
- `404` — Referenced entity does not exist
- `409` — Resource already exists

---

[API](https://skmtc.dev/hud/apis/hud-platform.md) · [All operations](https://skmtc.dev/hud/apis/hud-platform/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hud/hud-platform/revisions/58558fc733d9/schema)
