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

# Retrieve the status of a booking order

`GET /orders/{orderId}/status`

The status of a booking order with specified `orderId` will be returned. 

> See response of `200 OK` for status definitions.

## Path parameters

- `orderId` string, required — UUID

## Response `200`

OK

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

## Other responses

- `404` — Not Found

## Changes

- **2021-08-16** `df240d562bd4` — 4 warning, 4 info
  - added the new `creating` enum value to the `orderStatus/status` response property for the response status `200`
  - added the new `creating` enum value to the `orderStatus/status` response property for the response status `404`
  - added the new `ready` enum value to the `orderStatus/status` response property for the response status `200`
  - added the new `ready` enum value to the `orderStatus/status` response property for the response status `404`
  - …4 more
- **2021-08-04** `a988ec9f3541` — 1 breaking, 3 warning, 5 info
  - removed the media type `text/plain` for the response with the status `404`
  - removed the optional property `lastUpdated` from the response with the `200` status
  - removed the optional property `paymentId` from the response with the `200` status
  - removed the optional property `status` from the response with the `200` status
  - …5 more
- **2021-07-20** `704267da2188` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/newpathfly/apis/virtual-interlining-api/changes/orders/:orderId/status/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)
