tools.ozone.moderation.getRecord

ozone-lexicons.bsky.social

Documentation

Get details about a record.

main query

Get details about a record.

Parameters

cid string cid Optional

A content identifier (CID) referencing immutable data.

uri string at-uri Required

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

Output

Encodingapplication/json

Errors

RecordNotFound
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 content identifier (CID) referencing immutable data.
An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).
View raw schema
{
  "type": "query",
  "errors": [
    {
      "name": "RecordNotFound"
    }
  ],
  "output": {
    "schema": {
      "ref": "tools.ozone.moderation.defs#recordViewDetail",
      "type": "ref"
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "uri"
    ],
    "properties": {
      "cid": {
        "type": "string",
        "format": "cid"
      },
      "uri": {
        "type": "string",
        "format": "at-uri"
      }
    }
  },
  "description": "Get details about a record."
}

Lexicon Garden

@