Chunk
Get Chunk By Tracking Id
Get a singular chunk by tracking_id. This is useful for when you are coordinating with an external system and want to use your own id as the primary reference for a chunk.
GET
Authorizations
Headers
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.
The API version to use for this request. Defaults to V2 for orgs created after July 12, 2024 and V1 otherwise.
Available options:
V1
, V2
Path Parameters
tracking_id of the chunk you want to fetch
Response
200
application/json
chunk with the tracking_id that you were searching for
The response is of type object
.
The response is of type object
.
The response is of type object
.