---
title: "Get a single draft VOD by its ats:// URI. Only accessible by the draft's author."
method: GET
path: "/xrpc/place.stream.vod.getDraft"
tags: ["place.stream.vod"]
---

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

`GET /xrpc/place.stream.vod.getDraft`

## Query parameters

- `uri` string, required — The ats:// URI of the draft record.

## Response `200`

Success

- object
  - `draft` PlaceStreamVodDraftDefsDraftView, required — A draft VOD with its ats:// URI and CID, for list/get responses.
    - `uri` string, required — The ats:// URI of the draft record.
    - `cid` string, required — CID (sha256 of CBOR record bytes, base32) of the draft record.
    - `record` unknown, required

## Other responses

- `400` — Bad Request

## Changes

- **2026-06-26** `fd7251637ba9` — 1 info
  - endpoint added
- **2026-01-21** `b21cd7605630` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/streamplace/apis/generated-lexicon-api-schema/changes/xrpc/place.stream.vod.getDraft/get.md)

---

[API](https://skmtc.dev/streamplace/apis/generated-lexicon-api-schema.md) · [All operations](https://skmtc.dev/streamplace/apis/generated-lexicon-api-schema/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/streamplace/generated-lexicon-api-schema/revisions/8e2ce7f5d85b/schema)
