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
/
api
/
chunk
/
tracking_id
/
{tracking_id}
Authorizations
Authorization
string
headerrequiredHeaders
TR-Dataset
string
requiredThe 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.
X-API-Version
enum<string>
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
string
requiredtracking_id of the chunk you want to fetch
Response
200 - application/json
chunk_html
string | null
created_at
string
requireddataset_id
string
requiredid
string
requiredimage_urls
(string | null)[] | null
link
string | null
location
object
Location that you want to use as the center of the search.
metadata
any | null
num_value
number | null
tag_set
(string | null)[] | null
time_stamp
string | null
tracking_id
string | null
updated_at
string
requiredweight
number
required