{
"id": "uk.skyblur.post.getPost",
"defs": {
"main": {
"type": "procedure",
"input": {
"schema": {
"type": "object",
"required": [
"uri"
],
"properties": {
"uri": {
"type": "string",
"format": "at-uri",
"description": "Skyblur post at-uri. It shoud be uk.skyblur.post collection."
},
"password": {
"type": "string",
"description": "If the specified uri is password-protected, please provide the password. If no password is specified, the non-protected content will be returned."
}
}
},
"encoding": "application/json"
},
"output": {
"schema": {
"type": "object",
"required": [
"text"
],
"properties": {
"text": {
"type": "string"
},
"message": {
"type": "string"
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"errorCode": {
"type": "string",
"description": "Error code for restricted content. e.g. AuthRequired, NotFollower, NotFollowing, NotMutual"
},
"additional": {
"type": "string"
},
"encryptCid": {
"type": "string"
},
"visibility": {
"type": "string"
},
"errorDescription": {
"type": "string",
"description": "Description of the error code."
}
}
},
"encoding": "application/json"
},
"description": "Get Skyblur post. If the specified post is password-protected, you can retrieve the unlocked content by providing the password."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:web:lexicon.store
- CID
-
bafyreievpmq67wg2wih2xh4zugsbnqvz6znn5fpwrgkz5btpwrdc4tsvgi
- Indexed At
- 2026-03-20 15:55 UTC
- AT-URI
-
at://did:web:lexicon.store/com.atproto.lexicon.schema/uk.skyblur.post.getPost