v1

latestOpenAPI 3.0.3BSL2026-07-17133415718.8 KB
Chunk Group

Get Groups for Chunks

Route to get the groups that a chunk is in.

post/api/chunk_group/chunks

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.

Request body

chunk_idsstring[] nullable
chunk_tracking_idsstring[] nullable

Response

JSON body representing the groups that the chunk is in

chunk_uuidstring uuid required

Example response

[
  {
    "slim_groups": [
      {
        "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"
      }
    ]
  }
]