network.bsky.jetstream
Jetstream: event stream, archive segments, and imports.
getBlock
Download a single block within a sealed segment file by index.
getImportStatus
Report the status of a timestamp-import job: lifecycle state, current phase, per-phase progress, and (on completion) the parse/mutation totals.
getSegment
Download a sealed segment file by name.
getZstdDictionary
Download the zstd dictionary used by the network.bsky.jetstream.subscribeEvents streamβs optional compression scheme.
importTimestamps
Submit a timestamp-import job.
listSegments
Enumerate sealed segment files available for download, in ascending index order.
planSnapshot
Build a download plan for the desired data pattern.
subscribeEvents
Stream every archived and live Jetstream event in seq order, framed per the xrpc.v1.json subprotocol.