---
title: "Get draw details"
method: GET
path: "/api/v1/draws/{id}"
tags: ["Draws"]
---

# Get draw details

`GET /api/v1/draws/{id}`

Returns draw rules, status, candidates, and selected winners.

## Path parameters

- `id` string, required

## Response `200`

Draw with winners

- object
  - `draw` DrawDetail, required — Giveaway draw summary with entry counts and status.
    - `id` string, required — Draw public ID for detail responses.
    - `tweetUrl` string, uri, required
    - `status` string, required
    - `totalEntries` integer, required
    - `validEntries` integer, required
    - `createdAt` string, date-time, required
    - `drawnAt` string, date-time
    - `tweetId` string, required
    - `tweetText` string, required
    - `tweetAuthorUsername` string, required
    - `tweetLikeCount` integer, required
    - `tweetRetweetCount` integer, required
    - `tweetReplyCount` integer, required
    - `tweetQuoteCount` integer, required
  - `winners` Winner[], required
    - `authorUsername` string, required
    - `tweetId` string, required
    - `position` integer, required
    - `isBackup` boolean, required

## Other responses

- `401` — Unauthenticated
- `404` — Not found
- `429` — Xquik tier rate limit exceeded. The response includes a `Retry-After` header with the number of seconds to wait before retrying.
- `default` — Unexpected error.

## Changes

- **2026-08-21** `18302a60cfee` — 13 breaking, 1 warning, 1 info
  - removed the required property `draw/createdAt` from the response with the `200` status
  - removed the required property `draw/id` from the response with the `200` status
  - removed the required property `draw/status` from the response with the `200` status
  - removed the required property `draw/totalEntries` from the response with the `200` status
  - …11 more
- **2026-08-12** `5d4938bb7de3` — 72 warning
  - added the new `closed` enum value to the `allOf[#/components/schemas/Error]/error/oneOf[subschema #1: LegacyErrorCode]/` response property for the response status `429`
  - added the new `closed` enum value to the `allOf[#/components/schemas/Error]/error/oneOf[subschema #2: StructuredError]/code` response property for the response status `429`
  - added the new `closed` enum value to the `error/oneOf[subschema #1: LegacyErrorCode]/` response property for the response status `401`
  - added the new `closed` enum value to the `error/oneOf[subschema #1: LegacyErrorCode]/` response property for the response status `404`
  - …68 more
- …earlier changes not shown

[Full history](https://skmtc.dev/xquik-dev/apis/xquik-api-2/changes/api/v1/draws/:id/get.md)

---

[API](https://skmtc.dev/xquik-dev/apis/xquik-api-2.md) · [All operations](https://skmtc.dev/xquik-dev/apis/xquik-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/xquik-dev/xquik-api-2/revisions/834c16fa45e8/schema)
