{
"id": "social.coves.community.post.get",
"defs": {
"main": {
"type": "query",
"errors": [
{
"name": "InvalidRequest",
"description": "Invalid URI format or empty array"
}
],
"output": {
"schema": {
"type": "object",
"required": [
"posts"
],
"properties": {
"posts": {
"type": "array",
"items": {
"refs": [
"social.coves.community.post.defs#postView",
"social.coves.community.post.defs#notFoundPost",
"social.coves.community.post.defs#blockedPost"
],
"type": "union"
},
"description": "Array of post views. May include notFound/blocked entries for missing posts."
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"uris"
],
"properties": {
"uris": {
"type": "array",
"items": {
"type": "string",
"format": "at-uri"
},
"maxLength": 25,
"minLength": 1,
"description": "List of post AT-URIs to fetch (max 25)"
}
}
},
"description": "Get posts by AT-URI. Supports batch fetching for feed hydration. Returns posts in same order as input URIs. Auth optional: when authenticated, viewer state is populated."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:web:coves.social
- CID
-
bafyreifbl4iftxmdwjye5igrbwevvqzfso5brttdl35lv3hmazj2sbdu4e
- Indexed At
- 2026-07-24 05:18 UTC
- AT-URI
-
at://did:web:coves.social/com.atproto.lexicon.schema/social.coves.community.post.get