---
title: "Retrieve information about a booking order"
method: GET
path: "/orders/{orderId}"
tags: ["Booking"]
---

# Retrieve information about a booking order

`GET /orders/{orderId}`

A booking order with specified `orderId` will be returned.

## Path parameters

- `orderId` string, required — UUID

## Response `200`

OK

- OrderResponse
  - `message` string — message returned by server side if there is any

## Other responses

- `404` — Not Found

## Changes

- **2021-08-16** `df240d562bd4` — 2 breaking, 2 info
  - removed the required property `order/flights` from the response with the `200` status
  - removed the required property `order/flights` from the response with the `404` status
  - added the required property `order/checkId` to the response with the `200` status
  - added the required property `order/checkId` to the response with the `404` status
- **2021-08-04** `a988ec9f3541` — 4 breaking, 5 warning, 5 info
  - removed the media type `text/plain` for the response with the status `404`
  - removed the required property `customer` from the response with the `200` status
  - removed the required property `flights` from the response with the `200` status
  - removed the required property `passengers` from the response with the `200` status
  - …10 more
- **2021-07-20** `704267da2188` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/newpathfly/apis/virtual-interlining-api/changes/orders/:orderId/get.md)

---

[API](https://skmtc.dev/newpathfly/apis/virtual-interlining-api.md) · [All operations](https://skmtc.dev/newpathfly/apis/virtual-interlining-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/newpathfly/virtual-interlining-api/revisions/422128cc2430/schema)
