# Get FBO services for a flight Retrieves the FBO (Fixed Base Operator) service information for a specific flight within the context of the operator data. Returns departure and arrival FBO service entries along with surrounding flight context (previous and next flights) and aircraft details. Features: - Returns departure and arrival FBO service entries for the flight - Includes previous and next flight context for operational awareness - Includes aircraft details such as type, registration, and MTOW 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 retrieves the FBO service details for a flight to review handling requests and confirm service status before departure. Endpoint: GET /api/v2/flights/{flightId}/fbo-services 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 400 fields ## Response 401 fields ## Response 403 fields ## Response 404 fields