---
title: "Get order"
method: GET
path: "/api/v1/orders/{id}"
tags: ["Orders"]
---

# Get order

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

Retrieve an order by id.

## Path parameters

- `id` string, required

## Response `200`

The order

- OrderResponse — Represents a completed order. Orders are created after a checkout intent reaches the `completed` state.
  - `id` string, required
  - `checkoutIntentId` string, required — ID of the checkout intent that was responsible for creating this order.
  - `createdAt` string, required — Timestamp the order was persisted to Rye.
  - `updatedAt` string, required — Timestamp the order was last updated at

## Other responses

- `401` — Authentication Failed
- `404` — Not Found

## Changes

- **2026-06-16** `22d8a79f694f` — 1 info
  - endpoint added

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

---

[API](https://skmtc.dev/rye-com/apis/universal-checkout-api.md) · [All operations](https://skmtc.dev/rye-com/apis/universal-checkout-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rye-com/universal-checkout-api/revisions/22d8a79f694f/schema)
