uk.skyblur.post.getPost

skyblur.uk

Documentation

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, mutual and list visibility.

main procedure

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, mutual and list visibility.

Input

Encodingapplication/json
password string Optional

If the specified uri is password-protected, please provide the password. If no password is specified, the non-protected content will be returned.

uri stringat-uri Required

Skyblur post at-uri. It shoud be uk.skyblur.post collection.

Output

Encodingapplication/json
additional string Optional

No description available.

createdAt stringdatetime Optional

An RFC 3339 formatted timestamp.

encryptCid string Optional

No description available.

errorCode string Optional

Error code for restricted content. e.g. AuthRequired, NotFollower, NotFollowing, NotMutual, NotListMember, ListMembershipCheckFailed, ListUriMissing, InvalidListUri

errorDescription string Optional

Description of the error code.

listUri stringat-uri Optional

Selected Bluesky list AT-URI for list visibility. May be returned for authorized, masked and authorization error responses.

message string Optional

No description available.

text string Required

No description available.

visibility string Optional

No description available.

Try It

Requests are sent directly from your browser. Some servers may block requests due to CORS.

Base URL for XRPC calls (e.g., https://bsky.social)
Enter valid JSON for the request body
View raw schema
{
  "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"
        },
        "listUri": {
          "type": "string",
          "format": "at-uri",
          "description": "Selected Bluesky list AT-URI for list visibility. May be returned for authorized, masked and authorization error responses."
        },
        "message": {
          "type": "string"
        },
        "createdAt": {
          "type": "string",
          "format": "datetime"
        },
        "errorCode": {
          "type": "string",
          "description": "Error code for restricted content. e.g. AuthRequired, NotFollower, NotFollowing, NotMutual, NotListMember, ListMembershipCheckFailed, ListUriMissing, InvalidListUri"
        },
        "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, mutual and list visibility."
}

Lexicon Garden

@