---
title: "Status"
method: GET
path: "/reservations"
tags: ["Reservations"]
---

# Status

`GET /reservations`

## Query parameters

- `product_id` integer
- `product_type` 'HOTEL' | 'FLIGHT' | 'TICKET' | 'TOUR'
- `reservation_id` integer
- `flow_id` string
- `partner_id` string
- `limit` integer
- `page` integer
- `by_api_key` boolean
- `external_transaction_id` integer
- `from_purchase_date` string, date
- `to_purchase_date` string, date

## Response `200`

OK

- object
  - `items` object[]
    - `id` number
    - `product` object
      - `product_id` number
      - `product_type` string — Reserved product type
      - `transaction_id` number
      - `status` 'IN_PROCESS' | 'ISSUED' | 'CANCELLED' — Indicates the current status of the reservation
      - `purchase_date_time` string, date
      - `partner_id` string
      - `pnr` string
      - `sale_price` object
        - `currency` string
        - `price` number
        - `conversion_rate` number
        - `charges` object
          - `code` string
          - `charge` object
            - `code` string
            - `individual_charges` object
              - …
      - `purchase_customer` object
        - `full_name` string
        - `email` string
        - `phone_number` number
        - `phone_type` number
        - `phones` object
          - `type` string
          - `number` number
      - `external_reservation_id` number
      - `departure_date_time` string, date
      - `passengers` object
        - `gender` string
        - `type` string
        - `birth_date` string, date
        - `first_name` string
        - `last_name` string
        - `nationality` string
        - `identification_type` string
        - `identification_code` number
        - `tickets` object
          - `type` string
          - `number` number
          - `active` boolean
        - `passenger_index` integer
      - `route` object
      - `flow` unknown[]
        - unknown
      - `notifications` unknown[]
        - unknown
      - `download_voucher_url` string
      - `invoices` unknown[]
        - unknown

## Other responses

- `400` — Invalid request
- `401` — Unauthorized
- `500` — Internal server error

---

[API](https://skmtc.net/despegar/apis/decolar-booking-api.md) · [All operations](https://skmtc.net/despegar/apis/decolar-booking-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/despegar/decolar-booking-api/revisions/2fb15f2434ea/schema)
