Skip to main content
POST
List Objects
Lists a tape’s named objects in name order, with pagination and prefix filtering for directory-style browsing. Nameless tracks never appear here. Stream segments and raw blobs are real tracks, but they aren’t objects (what makes a track an object). To see everything on a tape, use list tracks.

Request

Requests and responses use the SDK’s binary encoding (conventions). The request carries:

Response

One entry per object: name, size, etag (the track’s on-chain commitment), content type, last-modified (block time and slot), the data tape and track number it resolves to, and the track kind. Alongside the entries: common_prefixes for the rolled-up folders, a next_cursor, and an is_truncated flag. From Rust, list_objects takes the same prefix, delimiter, cursor, and limit (objects).