# Get flight slots and PPRs Retrieves all flight slots and PPRs for a specific flight. Features: - Returns all slots and PPRs associated with the flight - Includes slot/PPR details, status, and document information Note: This endpoint is for operators within the context of the operator data. For Trip Support Providers, use the /partners endpoints instead. Example Use Case: An operations manager needs to retrieve all slots and PPRs for a flight to verify compliance and check statuses before departure. Endpoint: GET /api/v2/flights/{flightId}/slots-pprs Version: 2.6.0 Security: X-Api-Client-Id, X-Auth-Token ## Path parameters: - `flightId` (string, required) The unique identifier of the flight Example: "12345" ## Response 200 fields (application/json): - `id` (string) Example: "slot-ppr-12345" - `permitNumber` (string) Example: "SLOT-2025-001" - `status` (string) Enum: "NA", "NR", "DO", "HOLD", "REQ", "OK", "INIT", "OK_REVISED", "REQ_REVISED", "HOLD_REVISED", "DO_REVISED", "CNL" - `notes` (string) - `tripProviderId` (string) Example: "provider-123" - `providerPublicId` (string) Example: "provider-public-abc" - `type` (string) Enum: "UNDEFINED", "SLOT", "PPR" - `direction` (string) Enum: "DEPARTURE", "ARRIVAL" - `airport` (object) - `airport.name` (string) Example: "Vienna International Airport" - `airport.icao` (string) Example: "LOWW" - `airport.iata` (string) Example: "VIE" - `approvalDateTime` (string,null) - `documentUuid` (string,null) - `createdAtDateTime` (string) - `updatedAtDateTime` (string) ## Response 400 fields ## Response 401 fields ## Response 403 fields