---
title: "Retrieves a Reservation resource."
method: GET
path: "/reservations/{id}"
tags: ["Reservation"]
---

# Retrieves a Reservation resource.

`GET /reservations/{id}`

Retrieves a Reservation resource.

## Path parameters

- `id` string, required

## Response `200`

Reservation resource

- Reservation — Describes a reservation for travel, dining or an event. Some reservations require tickets. \\n\\nNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, restaurant reservations, flights, or rental cars, use \[\[Offer\]\].
  - `id` string
  - `integration` string — The key of the integration source e.g. "quickbooks", or "xero"
  - `mainEntityOfPageId` string, nullable
  - `reservationForId` string, nullable
  - `underNameId` string, nullable
  - `providerId` string, nullable
  - `programMembershipUsedId` string, nullable
  - `reservedTicketId` string, nullable
  - `potentialActionId` string, nullable
  - `additionalType` string, nullable
  - `alternateName` string, nullable
  - `description` string, nullable
  - `disambiguatingDescription` string, nullable
  - `image` string, nullable
  - `name` string, nullable
  - `url` string, nullable
  - `reservationId` string, nullable
  - `reservationStatus` string, nullable
  - `bookingTime` string, date-time, nullable
  - `modifiedTime` string, date-time, nullable
  - `totalPrice` integer, nullable
  - `priceCurrency` string, nullable
  - `brokerId` string, nullable

## Other responses

- `404` — Resource not found

---

[API](https://skmtc.net/bossinsights/apis/boss-insights.md) · [All operations](https://skmtc.net/bossinsights/apis/boss-insights/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bossinsights/boss-insights/revisions/d08a107895ad/schema)
