blue.microcosm.links.getBacklinks

microcosm.blue

{
  "id": "blue.microcosm.links.getBacklinks",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "total",
            "records"
          ],
          "properties": {
            "total": {
              "type": "integer",
              "description": "total number of matching links"
            },
            "cursor": {
              "type": "string",
              "description": "pagination cursor"
            },
            "records": {
              "type": "array",
              "items": {
                "ref": "#linkRecord",
                "type": "ref"
              }
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "subject",
          "source"
        ],
        "properties": {
          "did": {
            "type": "array",
            "items": {
              "type": "string",
              "format": "did"
            },
            "description": "filter links to those from specific users"
          },
          "limit": {
            "type": "integer",
            "default": 16,
            "maximum": 100,
            "minimum": 1,
            "description": "number of results to return"
          },
          "source": {
            "type": "string",
            "description": "collection and path specification (e.g., 'app.bsky.feed.like:subject.uri')"
          },
          "subject": {
            "type": "string",
            "format": "uri",
            "description": "the target being linked to (at-uri, did, or uri)"
          }
        }
      },
      "description": "a list of records linking to any record, identity, or uri"
    },
    "linkRecord": {
      "type": "object",
      "required": [
        "did",
        "collection",
        "rkey"
      ],
      "properties": {
        "did": {
          "type": "string",
          "format": "did",
          "description": "the DID of the linking record's repository"
        },
        "rkey": {
          "type": "string",
          "format": "record-key",
          "description": "the record key of the linking record"
        },
        "collection": {
          "type": "string",
          "format": "nsid",
          "description": "the collection of the linking record"
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against blue.microcosm.links.getBacklinks

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@