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

# Retrieve information about a booking check

`GET /booking/checks/{checkId}`

Given a `checkId` previously returned, a check request with the same `checkId` will be returned.

An optional map of `key:value` pairs can be passed to `extended`, to assoicate certain custom data with this particular request for future tracking. For example, it is recommended to pass a client side order ID to this `extended` map, so later when a response is returned it is convenient to identify the corresponding order at client side.

## Path parameters

- `checkId` string, required — UUID

## Response `200`

OK

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

## Other responses

- `404` — Not Found

## 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/checks/:checkId/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/c3e56ec8db70/schema)
