Flight track

Returns the Cirium positional track for one of the session’s flight legs; pass force_refresh=true to bypass the cache. Access restricted to the caller’s organization or shared organizations. | auth: api_key | authz: min_org_role=operator | () -> (FlightTrackRes)

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

session_idstringRequired
flight_leg_idstringRequired
force_refreshbooleanOptionalDefaults to false
Bypass the cache and fetch the latest flight track.

Response

Successful Response
bearingdoubleOptional
cirium_flight_idintegerOptional
headingdoubleOptional
legacy_routestringOptional
positionslist of objectsOptional
waypointslist of objectsOptional

Errors

422
Sessions Flight Track V1request Unprocessable Entity Error