blue.microcosm.repo.getRecordByUri

microcosm.blue

{
  "id": "blue.microcosm.repo.getRecordByUri",
  "defs": {
    "main": {
      "type": "query",
      "errors": [
        {
          "name": "RecordNotFound"
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "uri",
            "value"
          ],
          "properties": {
            "cid": {
              "type": "string",
              "format": "cid"
            },
            "uri": {
              "type": "string",
              "format": "at-uri"
            },
            "value": {
              "type": "unknown"
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "at_uri"
        ],
        "properties": {
          "cid": {
            "type": "string",
            "format": "cid",
            "description": "The CID of the version of the record. If not specified, then return the most recent version. If specified and a newer version of the record exists, returns 404 not found."
          },
          "at_uri": {
            "type": "string",
            "format": "at-uri",
            "description": "The at-uri of the record. The identifier can be a DID or an atproto handle. The collection and rkey segments must be present."
          }
        }
      },
      "description": "Get a single record from a repository by at-uri"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against blue.microcosm.repo.getRecordByUri

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:lulmyldiq4sb2ikags5sfb25
CID
bafyreig7acznpyuipajxm3ztvb3gznahgie32g365ztxefuux4pmy6xf6i
Indexed At
2026-07-26 20:11 UTC
AT-URI
at://did:plc:lulmyldiq4sb2ikags5sfb25/com.atproto.lexicon.schema/blue.microcosm.repo.getRecordByUri

Lexicon Garden

@