zone.stratos.feedgen.getFeed

lexicon.northsky.app

Documentation

Fetch a boundary-scoped hydrated feed. Requires service-auth.

main query

Fetch a boundary-scoped hydrated feed. Requires service-auth.

Parameters

cursor string Optional

No description available.

feed string Required

Configured feed id.

limit integer Optional

No description available.

Output

Encodingapplication/json
cursor string Optional

No description available.

feed array Required

No description available.

Errors

UnknownFeed
BoundaryMismatch
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
Configured feed id.
View raw schema
{
  "type": "query",
  "errors": [
    {
      "name": "UnknownFeed"
    },
    {
      "name": "BoundaryMismatch"
    }
  ],
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "feed"
      ],
      "properties": {
        "feed": {
          "type": "array",
          "items": {
            "ref": "#feedViewPost",
            "type": "ref"
          }
        },
        "cursor": {
          "type": "string"
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "feed"
    ],
    "properties": {
      "feed": {
        "type": "string",
        "description": "Configured feed id."
      },
      "limit": {
        "type": "integer",
        "default": 50,
        "maximum": 100,
        "minimum": 1
      },
      "cursor": {
        "type": "string"
      }
    }
  },
  "description": "Fetch a boundary-scoped hydrated feed. Requires service-auth."
}
authorView object

No description available.

Properties

did string did Required

A decentralized identifier (DID).

handle string Optional

No description available.

View raw schema
{
  "type": "object",
  "required": [
    "did"
  ],
  "properties": {
    "did": {
      "type": "string",
      "format": "did"
    },
    "handle": {
      "type": "string"
    }
  }
}
feedViewPost object

No description available.

Properties

post ref #postView Required

No description available.

View raw schema
{
  "type": "object",
  "required": [
    "post"
  ],
  "properties": {
    "post": {
      "ref": "#postView",
      "type": "ref"
    }
  }
}
postView object

No description available.

Properties

author ref #authorView Required

No description available.

cid string cid Required

A content identifier (CID) referencing immutable data.

indexedAt string datetime Required

An RFC 3339 formatted timestamp.

record unknown Required

No description available.

uri string at-uri Required

An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).

View raw schema
{
  "type": "object",
  "required": [
    "uri",
    "cid",
    "author",
    "record",
    "indexedAt"
  ],
  "properties": {
    "cid": {
      "type": "string",
      "format": "cid"
    },
    "uri": {
      "type": "string",
      "format": "at-uri"
    },
    "author": {
      "ref": "#authorView",
      "type": "ref"
    },
    "record": {
      "type": "unknown"
    },
    "indexedAt": {
      "type": "string",
      "format": "datetime"
    }
  }
}

Lexicon Garden

@