---
title: "List Flights"
method: GET
path: "/flights/"
tags: ["flights"]
---

# List Flights

`GET /flights/`

Get flights for the current user.

Returns flight segments from bookings.
Can filter by booking ID.

## Query parameters

- `booking` string, nullable — Filter by booking ID

## Response `200`

Successful Response

- FlightSegment[]
  - `booking_id` string, required
  - `confirmation_code` string, nullable
  - `flight_number` string, nullable
  - `marketing_airline` string, nullable
  - `marketing_airline_code` string, nullable
  - `operating_airline` string, nullable
  - `operating_airline_code` string, nullable
  - `origin` string, nullable
  - `destination` string, nullable
  - `departure_time` string, nullable
  - `arrival_time` string, nullable
  - `cabin_class` string, nullable
  - `status` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/helloaxel/apis/client-api-gateway.md) · [All operations](https://skmtc.dev/helloaxel/apis/client-api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/helloaxel/client-api-gateway/revisions/d3c4c29fede7/schema)
