place.stream.vod.getDraft

did:web:stream.place

Documentation

Get a single draft VOD by its ats:// URI. Only accessible by the draft's author.

main query

Get a single draft VOD by its ats:// URI. Only accessible by the draft's author.

Parameters

uri string Required

The ats:// URI of the draft record.

Output

Encodingapplication/json

Errors

NotFound No draft exists with the given URI for the authenticated user.
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
The ats:// URI of the draft record.
View raw schema
{
  "type": "query",
  "errors": [
    {
      "name": "NotFound",
      "description": "No draft exists with the given URI for the authenticated user."
    }
  ],
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "draft"
      ],
      "properties": {
        "draft": {
          "ref": "place.stream.vod.draftDefs#draftView",
          "type": "ref"
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "uri"
    ],
    "properties": {
      "uri": {
        "type": "string",
        "description": "The ats:// URI of the draft record."
      }
    }
  },
  "description": "Get a single draft VOD by its ats:// URI. Only accessible by the draft's author."
}

Lexicon Garden

@