{
"id": "network.bsky.jetstream.getBlock",
"defs": {
"main": {
"type": "query",
"errors": [
{
"name": "SegmentNotFound",
"description": "No sealed segment exists for the given name."
},
{
"name": "BlockNotFound",
"description": "blockIndex is >= the segment's block_count."
}
],
"output": {
"encoding": "application/octet-stream"
},
"parameters": {
"type": "params",
"required": [
"segment",
"blockIndex"
],
"properties": {
"segment": {
"type": "string",
"description": "The sealed segment filename, e.g. seg_000000002a.jss."
},
"blockIndex": {
"type": "integer",
"minimum": 0,
"description": "Zero-based block index within the segment. Must be < the segment's block_count."
}
}
},
"description": "Download a single block within a sealed segment file by index. Returns the raw zstd-compressed block frame exactly as stored on disk."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:4v4y5r3lwsbtmsxhile2ljac
- CID
-
bafyreickwptzb475hw7wtmhhncga77hkzahhzsfbb2gd4tmccgsikaz7zy
- Indexed At
- 2026-08-15 18:45 UTC
- AT-URI
-
at://did:plc:4v4y5r3lwsbtmsxhile2ljac/com.atproto.lexicon.schema/network.bsky.jetstream.getBlock