app.chronosky.schedule.getPost

chronosky.app

Documentation

Get details of a specific scheduled post by ID.

main query

Get details of a specific scheduled post by ID.

Parameters

id string Required

Post ID.

Output

Encodingapplication/json

Errors

PostNotFound
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://api.bsky.social)
Parameters
Post ID.
View raw schema
{
  "type": "query",
  "errors": [
    {
      "name": "PostNotFound"
    }
  ],
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "post"
      ],
      "properties": {
        "post": {
          "ref": "app.chronosky.schedule.listPosts#scheduledPost",
          "type": "ref"
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "id"
    ],
    "properties": {
      "id": {
        "type": "string",
        "maxLength": 100,
        "description": "Post ID."
      }
    }
  },
  "description": "Get details of a specific scheduled post by ID."
}

Lexicon Garden

@