org.chaoticharmonylabs.orbit.get

chaoticharmonylabs.org

Documentation

Get an orbit by URI.

main query

Get an orbit by URI.

Parameters

uri string at-uri Required

The URI of the orbit to retrieve

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
The URI of the orbit to retrieve
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": "org.chaoticharmonylabs.orbit.defs#orbit",
          "type": "ref"
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "uri"
    ],
    "properties": {
      "uri": {
        "type": "string",
        "format": "at-uri",
        "description": "The URI of the orbit to retrieve"
      }
    }
  },
  "description": "Get an orbit by URI."
}

Lexicon Garden

@