v1

latestOpenAPI 3.0.3BSL2026-07-17133415718.8 KB
Chunk Group

Count Chunks in a Group

Route to get the number of chunks that is in a group

post/api/chunk_group/count

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

group_idstring uuid nullable

The Id of the group to get the count for, is not required if group_tracking_id is provided.

group_tracking_idstring nullable

The tracking id of the group to get the count for, is not required if group_id is provided.

Response

JSON body representing the group with the count

countinteger required

The count of chunks in the given group.

group_idstring uuid required

The Id of the group to get the count for.