---
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

---

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