Flight track

Returns the Cirium-sourced positional track for one of the session’s flight legs — the live breadcrumb trail plus the planned path (waypoints + legacy route) — cached on read. 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

Response

Successful Response
bearingdouble
cirium_flight_idinteger
headingdouble
legacy_routestring
positionslist of objects
waypointslist of objects

Errors

422
Sessions Flight Track V1request Unprocessable Entity Error