{
"id": "garden.lexicon.browse",
"defs": {
"main": {
"type": "query",
"errors": [
{
"name": "InvalidPrefix",
"description": "Prefix is not a valid NSID segment sequence."
},
{
"name": "InvalidCursor",
"description": "Cursor is malformed or does not decode."
}
],
"output": {
"schema": {
"type": "object",
"required": [
"lexicons"
],
"properties": {
"cursor": {
"type": "string",
"maxLength": 1024
},
"lexicons": {
"type": "array",
"items": {
"type": "string",
"format": "nsid"
}
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"prefix"
],
"properties": {
"limit": {
"type": "integer",
"default": 50,
"maximum": 100,
"minimum": 1
},
"cursor": {
"type": "string",
"maxLength": 1024,
"description": "Opaque pagination cursor from a prior response."
},
"prefix": {
"type": "string",
"format": "nsid",
"description": "NSID prefix, one or more dot-separated segments. Matches are segment-aligned."
},
"lexiconType": {
"type": "string",
"maxLength": 32,
"description": "Filter by lexicon definition type. Omit to include all types.",
"knownValues": [
"record",
"query",
"procedure",
"subscription",
"permission-set"
]
}
}
},
"description": "Browse indexed lexicons whose NSID begins with a segment-aligned prefix. Segment-aligned means 'community.lexicon' matches 'community.lexicon.foo' but not 'community.lexiconfoo'. Results are sorted by NSID ascending."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:akhgi4ekkeaupiqsis6g2gqg
- CID
-
bafyreiddnscn6vhqoxqtmo4f2zokucbmbjacslthssf6zplfozq66jnfkq
- Indexed At
- 2026-04-23 16:42 UTC
- AT-URI
-
at://did:plc:akhgi4ekkeaupiqsis6g2gqg/com.atproto.lexicon.schema/garden.lexicon.browse