systems.timker.hawlt.getNote

timker.systems

Documentation

Get a single note record by repo and record key.

main query

Get a single note record by repo and record key.

Parameters

repo string at-identifier Required

Either a DID or an AT Protocol handle.

rkey string record-key Required

A valid record key for AT Protocol repositories.

Output

Encodingapplication/json
cid stringcid Required

A content identifier (CID) referencing immutable data.

uri stringat-uri Required

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

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
Either a DID or an AT Protocol handle.
A valid record key for AT Protocol repositories.
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "uri",
        "cid",
        "value"
      ],
      "properties": {
        "cid": {
          "type": "string",
          "format": "cid"
        },
        "uri": {
          "type": "string",
          "format": "at-uri"
        },
        "value": {
          "ref": "systems.timker.hawlt.note",
          "type": "ref"
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "repo",
      "rkey"
    ],
    "properties": {
      "repo": {
        "type": "string",
        "format": "at-identifier"
      },
      "rkey": {
        "type": "string",
        "format": "record-key"
      }
    }
  },
  "description": "Get a single note record by repo and record key."
}

Lexicon Garden

@