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

# Retrieve the status of a booking check

`GET /checks/{checkId}/status`

The status of a booking check with specified `checkId` will be 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, a error `checkStatus` will be returned.

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

## Path parameters

- `checkId` string, required — UUID

## Response `200`

OK

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

## Other responses

- `404` — Not Found

## Changes

- **2021-10-06** `422128cc2430` — 1 info
  - endpoint added

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