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.
Example:
const data = await trieve.getChunkByTrackingId({ tracking_id: "128ABC",}); Copy
const data = await trieve.getChunkByTrackingId({ tracking_id: "128ABC",});
Optional
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.
Example: