# Get Flight Tickets Fetches all tickets for a specific flight, where each ticket represents a passenger assigned to the flight. Endpoint: GET /api/external/flight/{flightId}/tickets Version: 1.5.0 Security: API_AUTHENTICATION ## Path parameters: - `flightId` (string, required) Flight ID ## Response 200 fields (application/json): - `comment` (string) - `documentExternalReference` (string) - `externalReference` (string) - `internalId` (integer) - `isMain` (boolean) - `links` (object) - `links.empty` (boolean) - `paxExternalReference` (string) - `paxType` (string) Enum: "NONE", "MALE", "FEMALE", "CHILD", "INFANT", "OTHER"