at.unthread.document.getDraft

lexicon.store View official

Documentation

Get a single draft document by TID.

main query

Get a single draft document by TID.

Parameters

tid string Required

TID of the draft to retrieve.

Output

Encodingapplication/json

Errors

DraftNotFound
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
TID of the draft to retrieve.
View raw schema
{
  "type": "query",
  "errors": [
    {
      "name": "DraftNotFound"
    }
  ],
  "output": {
    "schema": {
      "ref": "at.unthread.document.putDraft#draftView",
      "type": "ref"
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "tid"
    ],
    "properties": {
      "tid": {
        "type": "string",
        "description": "TID of the draft to retrieve."
      }
    }
  },
  "description": "Get a single draft document by TID."
}

Lexicon Garden

@