rsvp.atmo.space.getRecord

atmo.rsvp

Documentation

Get a single record from a space.

main query

Get a single record from a space.

Parameters

author string did Required

A decentralized identifier (DID).

collection string nsid Required

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

rkey string Required

No description available.

spaceUri string at-uri Required

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

Output

Encodingapplication/json

Errors

NotFound
Forbidden
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 decentralized identifier (DID).
A namespaced identifier (e.g., app.bsky.feed.post).
An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).
View raw schema
{
  "type": "query",
  "errors": [
    {
      "name": "NotFound"
    },
    {
      "name": "Forbidden"
    }
  ],
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "record"
      ],
      "properties": {
        "record": {
          "ref": "rsvp.atmo.space.defs#recordView",
          "type": "ref"
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "spaceUri",
      "collection",
      "author",
      "rkey"
    ],
    "properties": {
      "rkey": {
        "type": "string"
      },
      "author": {
        "type": "string",
        "format": "did"
      },
      "spaceUri": {
        "type": "string",
        "format": "at-uri"
      },
      "collection": {
        "type": "string",
        "format": "nsid"
      }
    }
  },
  "description": "Get a single record from a space."
}

Lexicon Garden

@