---
title: "Get Order"
method: GET
path: "/v1/orders/{id}"
tags: ["orders", "public"]
---

# Get Order

`GET /v1/orders/{id}`

Get an order by ID.

**Scopes**: `orders:read`

## Path parameters

- `id` string, uuid4, required — The order ID.

## Response `200`

Successful Response

- Order — unresolved $ref

## Other responses

- `404` — Order not found.
- `422` — Validation Error

## Changes

> 11 revisions in range; 4 could not be searched.

- **2026-07-31** `8ae937367e87` — 4 info
  - added the required property `discount/anyOf[subschema #1: OrderDiscount]/oneOf[subschema #1: DiscountFixedOnceForeverDurationBase]/max_redemptions_per_customer` to the response with the `200` status
  - added the required property `discount/anyOf[subschema #1: OrderDiscount]/oneOf[subschema #2: DiscountFixedRepeatDurationBase]/max_redemptions_per_customer` to the response with the `200` status
  - added the required property `discount/anyOf[subschema #1: OrderDiscount]/oneOf[subschema #3: DiscountPercentageOnceForeverDurationBase]/max_redemptions_per_customer` to the response with the `200` status
  - added the required property `discount/anyOf[subschema #1: OrderDiscount]/oneOf[subschema #4: DiscountPercentageRepeatDurationBase]/max_redemptions_per_customer` to the response with the `200` status

[Change history](https://skmtc.dev/polar/apis/polar-api/changes/v1/orders/:id/get.md)

---

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