{
"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"
},
"additional": {
"type": "string"
}
}
},
"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:plc:4sm3vprfyl55ui3yhjd7w4po
- CID
-
bafyreieocxhkpk5ytfkgmhqpdue5wezn7ksi5qllpcfqftisnybin5l7he
- Indexed At
- 2026-01-12 11:41 UTC
- AT-URI
-
at://did:plc:4sm3vprfyl55ui3yhjd7w4po/com.atproto.lexicon.schema/uk.skyblur.post.getPost
Version History (2 versions)