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

# Retrieve the status of a booking order

`GET /booking/orders/{orderId}/status`

An `OrderStatusResponse` containing the `OrderStatus` of a booking order will be returned, given a specific `orderId`.

## Path parameters

- `orderId` string, required — UUID

## Response `200`

OK
> This is a `OrderStatusResponse` containing the `OrderStatus` for the given `orderId`.

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

## Other responses

- `404` — Not Found > No `OrderStatus` could be found for the specific `orderId`. See `message` for any error message.

## Changes

- **2021-11-12** `c3e56ec8db70` — 1 info
  - endpoint added
- **2021-07-20** `704267da2188` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/newpathfly/apis/virtual-interlining-api/changes/booking/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/5e3990fa16fa/schema)
