network.bsky.jetstream.getSegment

bsky-lexicons.bsky.social

Documentation

Download a sealed segment file by name.

main query

Download a sealed segment file by name.

Parameters

name string Required

The segment filename, e.g. seg_000000002a.jss

Output

Encodingapplication/octet-stream

Errors

SegmentNotFound
Try It

Requests are sent directly from your browser. Some servers may block requests due to CORS.

Base URL for XRPC calls (e.g., https://api.bsky.social)
Parameters
The segment filename, e.g. seg_000000002a.jss
View raw schema
{
  "type": "query",
  "errors": [
    {
      "name": "SegmentNotFound"
    }
  ],
  "output": {
    "encoding": "application/octet-stream"
  },
  "parameters": {
    "type": "params",
    "required": [
      "name"
    ],
    "properties": {
      "name": {
        "type": "string",
        "description": "The segment filename, e.g. seg_000000002a.jss"
      }
    }
  },
  "description": "Download a sealed segment file by name."
}

Lexicon Garden

@