---
title: "List the authenticated user's draft VODs, newest first."
method: GET
path: "/xrpc/place.stream.vod.listDrafts"
tags: ["place.stream.vod"]
---

# List the authenticated user's draft VODs, newest first.

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

## Query parameters

- `limit` integer — Number of drafts to return.
- `cursor` string — Pagination cursor from a previous response.

## Response `200`

Success

- object
  - `drafts` PlaceStreamVodDraftDefsDraftView[], required
    - `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
  - `cursor` string — Pagination cursor for the next page, if more results exist.

## 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.listDrafts/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)
