network.bsky.jetstream

Jetstream: event stream, archive segments, and imports.

getBlock

Download a single block within a sealed segment file by index.

network.bsky.jetstream.getBlock
getImportStatus

Report the status of a timestamp-import job: lifecycle state, current phase, per-phase progress, and (on completion) the parse/mutation totals.

network.bsky.jetstream.getImportStatus
getSegment

Download a sealed segment file by name.

network.bsky.jetstream.getSegment
getZstdDictionary

Download the zstd dictionary used by the network.bsky.jetstream.subscribeEvents stream’s optional compression scheme.

network.bsky.jetstream.getZstdDictionary
importTimestamps

Submit a timestamp-import job.

network.bsky.jetstream.importTimestamps
listSegments

Enumerate sealed segment files available for download, in ascending index order.

network.bsky.jetstream.listSegments
planSnapshot

Build a download plan for the desired data pattern.

network.bsky.jetstream.planSnapshot
subscribeEvents

Stream every archived and live Jetstream event in seq order, framed per the xrpc.v1.json subprotocol.

network.bsky.jetstream.subscribeEvents