# List flights for leaderboard List of flights for a leaderboard of an Event including the Teams (if a Team Leaderboard) or Players (if a NOT a team Leaderboard) Endpoint: GET /v1/events/{eventId}/flights/leaderboards/{leaderboardId} Version: 1.0 Security: bearerAuth ## Path parameters: - `eventId` (string, required) Event Id Example: "M-5208" - `leaderboardId` (integer, required) Leaderboard Id Example: 5112 ## Response 200 fields (application/json): - `id` (integer) Flight Id Example: 28857 - `leaderboardId` (integer) Leaderboard Id Example: 28764 - `name` (string) Flight Name Example: "Flight #1"