ooo.bsky.hds.getRecords

bsky.ooo

Documentation

main query

No description available.

Parameters

uris array of string Required

No description available.

Output

Encodingapplication/json
boxes array Required

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
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "boxes"
      ],
      "properties": {
        "boxes": {
          "type": "array",
          "items": {
            "ref": "ooo.bsky.hidden.box",
            "type": "ref"
          },
          "maxLength": 50,
          "minLength": 1
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "uris"
    ],
    "properties": {
      "uris": {
        "type": "array",
        "items": {
          "type": "string",
          "format": "uri"
        },
        "maxLength": 50,
        "minLength": 1
      }
    }
  }
}

Lexicon Garden

@