---
title: "Get Group by Tracking ID"
method: GET
path: "/api/chunk_group/tracking_id/{tracking_id}"
tags: ["Chunk Group"]
---

# Get Group by Tracking ID

`GET /api/chunk_group/tracking_id/{tracking_id}`

Fetch the group with the given tracking id.
get_group_by_tracking_id

## Path parameters

- `tracking_id` string, 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/versions/84583e7c9fc1/schema)
