v1

latestOpenAPI 3.0.3BSL2026-07-17133415718.8 KB
Chunk Group

Get Group

Fetch the group with the given id.

get/api/chunk_group/{group_id}

Path parameters

group_idstring uuid required

Id of the group you want to fetch.

Headers

TR-Datasetstring uuid required

The dataset id or tracking_id to use for the request. We assume you intend to use an id if the value is a valid uuid.

Response

JSON body representing the group with the given tracking id

created_atstring date-time required
dataset_idstring uuid required
descriptionstring required
file_idstring uuid nullable
idstring uuid required
{"stackTrail":"components:schemas:ChunkGroupAndFileId:properties:metadata","oasType":"schema","type":"unknown","nullable":true}
namestring required
tag_setstring[] nullable
tracking_idstring nullable
updated_atstring date-time required

Example response

{
  "created_at": "2021-01-01 00:00:00.000",
  "dataset_id": "e3e3e3e3-e3e3-e3e3-e3e3-e3e3e3e3e3e3",
  "description": "A group of chunks",
  "file_id": "e3e3e3e3-e3e3-e3e3-e3e3-e3e3e3e3e3e3",
  "id": "e3e3e3e3-e3e3-e3e3-e3e3-e3e3e3e3e3e3",
  "name": "Trieve",
  "tracking_id": "3",
  "updated_at": "2021-01-01 00:00:00.000"
}