# List all flights List of flights for the Event Endpoint: GET /v1/events/{eventId}/flights Version: 1.0 Security: bearerAuth ## Path parameters: - `eventId` (string, required) Event Id Example: "M-5208" ## Response 200 fields (application/json): - `id` (integer) Flight Id Example: 28857 - `leaderboardId` (integer) Leaderboard Id Example: 28764 - `name` (string) Flight Name Example: "Flight #1"