---
title: "Retrieve the status of a booking check"
method: GET
path: "/booking/checks/{checkId}/status"
tags: ["Booking"]
---

# Retrieve the status of a booking check

`GET /booking/checks/{checkId}/status`

A `CheckStatusResponse` containing the `CheckStatus` of a booking check will be returned, given a `checkId` previously returned.

If the `segmentGroups` from the check request are available for booking with respect to the information of `passengers`, the a success `checkStatus` of will be returned along with a `totalAmount` in particular `currency`.

For any reason for which the check failed, an error `checkStatus` will be returned.

## Path parameters

- `checkId` string, required — UUID

## Response `200`

OK
> This is a `CheckStatusResponse` containing the `CheckStatus` for the given `checkId`.

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

## Other responses

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

## Changes

> 14 revisions in range; 1 could not be searched.

- **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/checks/:checkId/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)
