---
title: "Get Group"
method: GET
path: "/api/chunk_group/{group_id}"
tags: ["Chunk Group"]
---

# Get Group

`GET /api/chunk_group/{group_id}`

Fetch the group with the given id.

## Path parameters

- `group_id` string, uuid, required

## Headers

- `TR-Dataset` string, uuid, required

## Response `200`

JSON body representing the group with the given tracking id

- ChunkGroupAndFileId
  - `created_at` string, date-time, required
  - `dataset_id` string, uuid, required
  - `description` string, required
  - `file_id` string, uuid, nullable
  - `id` string, uuid, required
  - `metadata` unknown
  - `name` string, required
  - `tag_set` string[], nullable
  - `tracking_id` string, nullable
  - `updated_at` string, date-time, required

## Other responses

- `400` — Service error relating to getting the group with the given tracking id
- `404` — Group not found

---

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