# FBO
Retrieve FBO (Fixed Base Operator) service information for a flight, including departure and arrival handling requests. These endpoints enable operators to access FBO service data within the context of the operator data.
**Business Value**
- Retrieve accurate FBO service records for ground handling coordination.
- Access FBO service information for operational planning and verification.
- Monitor FBO service status and details for flights.
**Use Cases**
- Retrieve FBO service information for flights to review handling requests.
- Review FBO service details including status, provider, and associated documents.
- Access FBO service information for operational planning and audits.
## Get FBO services for a flight
- [GET /api/v2/flights/{flightId}/fbo-services](https://developer.fl3xx.com/reference/v2/fbo/flightfboservicesget.md): 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.