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

# Retrieve information about a booking check

`GET /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-10-06** `422128cc2430` — 1 breaking, 2 info
  - removed the success response with the status `206`
  - the response optional property `check/segmentGroups/items/segments/items/arrDate` became not read-only for the status `200`
  - the response optional property `check/segmentGroups/items/segments/items/arrDate` became not read-only for the status `404`
- **2021-09-28** `e0e4c01254e9` — 3 info
  - removed the `All` enum value from the `check/segmentGroups/items/segments/items/fareClass` response property for the response status `200`
  - removed the `All` enum value from the `check/segmentGroups/items/segments/items/fareClass` response property for the response status `206`
  - removed the `All` enum value from the `check/segmentGroups/items/segments/items/fareClass` response property for the response status `404`
- **2021-09-14** `848b589d07d4` — 3 warning, 3 info
  - removed the optional property `order` from the response with the `200` status
  - removed the optional property `order` from the response with the `206` status
  - removed the optional property `order` from the response with the `404` status
  - added the optional property `check` to the response with the `200` status
  - …2 more
- **2021-08-16** `df240d562bd4` — 1 info
  - endpoint added

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