{
"id": "blue.microcosm.links.getBacklinkDids",
"defs": {
"main": {
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"total",
"linking_dids"
],
"properties": {
"total": {
"type": "integer",
"description": "total number of matching links"
},
"cursor": {
"type": "string",
"description": "pagination cursor"
},
"linking_dids": {
"type": "array",
"items": {
"type": "string",
"format": "did"
}
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"subject",
"source"
],
"properties": {
"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 distinct dids with a specific records linking to a target at a specified path"
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:lulmyldiq4sb2ikags5sfb25
- CID
-
bafyreibmwml7td7du6j5b46vatg3ze5pnsvlpjq22p7kdtfnfd644v7nhy
- Indexed At
- 2026-07-26 20:11 UTC
- AT-URI
-
at://did:plc:lulmyldiq4sb2ikags5sfb25/com.atproto.lexicon.schema/blue.microcosm.links.getBacklinkDids