# GET_EFB_ROUTE Gets the current flight plan route from the EFB. The EFB does not need to be open for this call to succeed; the EFB / user flight plan is tracked at all times by the simulation and will be returned regardless of the EFB state. ##### Example ``` js const route = await Coherent.call('GET_EFB_ROUTE'); ``` ##### Parameters N/A ##### Return Values The function returns the following: {{< table-wrapper >}} | Return value | Description | |---------------------------------------------------------------------------------------|------------------------------------| | [FlightPlanRoute](../coherent-listeners/js-listener-plannedroute/#FlightPlanRoute) | A flightplan route data structure. | {{< /table-wrapper >}}