{
"id": "social.showcase.feed.searchPosts",
"defs": {
"main": {
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"results"
],
"properties": {
"cursor": {
"type": "string",
"maxLength": 512
},
"results": {
"type": "array",
"items": {
"refs": [
"social.showcase.defs#itemView",
"social.showcase.defs#collectionView",
"social.showcase.defs#profileView"
],
"type": "union"
}
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"q"
],
"properties": {
"q": {
"type": "string",
"maxLength": 300,
"description": "Search query string"
},
"type": {
"type": "string",
"maxLength": 20,
"description": "Filter by content type",
"knownValues": [
"items",
"collections",
"profiles"
]
},
"limit": {
"type": "integer",
"default": 50,
"maximum": 100,
"minimum": 1
},
"cursor": {
"type": "string",
"maxLength": 512,
"description": "Pagination cursor"
}
}
},
"description": "Search items, collections, and profiles (public content only). Authentication optional."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:yckosuxxph7mjwtbiztraiex
- CID
-
bafyreibgm5eafrqc5hn7wn7g3xkj4rlsfw35btmi2ukq7ugkkvhzgxzecm
- Indexed At
- 2026-01-18 11:03 UTC
- AT-URI
-
at://did:plc:yckosuxxph7mjwtbiztraiex/com.atproto.lexicon.schema/social.showcase.feed.searchPosts