{
"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. Auth required for followers, following and mutual."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:4sm3vprfyl55ui3yhjd7w4po
- CID
-
bafyreic77v7e6v5f3knv4xt2antx6gxh5ppi4olyrcum7mfuottidpu3fu
- Indexed At
- 2026-02-02 03:17 UTC
- AT-URI
-
at://did:plc:4sm3vprfyl55ui3yhjd7w4po/com.atproto.lexicon.schema/uk.skyblur.post.getPost
Version History (2 versions)