{
"id": "app.reddwarf.labelmerge.queryLabels",
"defs": {
"main": {
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"labels"
],
"properties": {
"error": {
"type": "array",
"items": {
"ref": "#error",
"type": "ref"
}
},
"labels": {
"type": "array",
"items": {
"ref": "com.atproto.label.defs#label",
"type": "ref"
}
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"s",
"l"
],
"properties": {
"l": {
"type": "array",
"items": {
"type": "string",
"format": "did"
},
"description": "List of label sources (labeler DIDs) to filter on."
},
"s": {
"type": "array",
"items": {
"type": "string"
},
"description": "List of label subjects (strings)."
},
"strict": {
"type": "boolean",
"description": "If true then any errors will throw the entire query"
}
}
},
"description": "Find labels relevant to the provided AT-URI patterns. Public endpoint for moderation services, though may return different or additional results with auth."
},
"error": {
"type": "object",
"required": [
"s"
],
"properties": {
"e": {
"type": "string"
},
"s": {
"type": "string",
"format": "did"
}
}
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:mn45tewwnse5btfftvd3powc
- CID
-
bafyreiafnikid2p2rsyq3mthtddagbz4x53rv2c3f5vj2ksyhvwx453rma
- Indexed At
- 2026-01-31 00:52 UTC
- AT-URI
-
at://did:plc:mn45tewwnse5btfftvd3powc/com.atproto.lexicon.schema/app.reddwarf.labelmerge.queryLabels