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

---

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