ooo.bsky.hds.listRecords

bsky.ooo

Documentation

main query

No description available.

Parameters

collection string nsid Required

A namespaced identifier (e.g., app.bsky.feed.post).

cursor string Optional

No description available.

limit integer Optional

No description available.

repo string at-identifier Required

Either a DID or an AT Protocol handle.

Output

Encodingapplication/json
boxes array Required

No description available.

cursor string Optional

No description available.

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
A namespaced identifier (e.g., app.bsky.feed.post).
Either a DID or an AT Protocol handle.
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "boxes"
      ],
      "properties": {
        "boxes": {
          "type": "array",
          "items": {
            "ref": "ooo.bsky.hidden.box",
            "type": "ref"
          }
        },
        "cursor": {
          "type": "string"
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "repo",
      "collection"
    ],
    "properties": {
      "repo": {
        "type": "string",
        "format": "at-identifier"
      },
      "limit": {
        "type": "integer",
        "default": 50,
        "maximum": 100,
        "minimum": 1
      },
      "cursor": {
        "type": "string"
      },
      "collection": {
        "type": "string",
        "format": "nsid"
      }
    }
  }
}

Lexicon Garden

@