---
title: "List the flights that have been reserved by a user"
method: GET
path: "/api/tenants/{tenant}/user/{username}/flights"
tags: ["tenants"]
---

# List the flights that have been reserved by a user

`GET /api/tenants/{tenant}/user/{username}/flights`

## Path parameters

- `tenant` string, required
- `username` string, required

## Response `200`

Returns flight data and query context information

- ResultList
  - `context` string[]
  - `data` object[]

## Other responses

- `401` — Returns an authentication error

---

[API](https://skmtc.net/couchbase/apis/travel-sample-api.md) · [All operations](https://skmtc.net/couchbase/apis/travel-sample-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/couchbase/travel-sample-api/versions/32d71654e84c/schema)
