Skip to main content
POST
Find Tracks
Resolves a lookup key to a track without listing the whole tape. Every track has a key: the hash of its name for named writes, the content hash for nameless ones (how keys work). Because names can be written more than once, the request also says which version you want: The response is the matching track record, in the same shape as track metadata. Requests and responses use the SDK’s binary encoding, so the SDK is the practical way to call it (conventions). From Rust, find_track resolves the same lookup from chain state (Rust SDK).