skytracker.services.state.get_track# async skytracker.services.state.get_track(storage: Storage, callsign: str, duration: str, limit: int) → list[MapState]# Get the track history of a specific aircraft Parameters: storage (Storage) – backend storage manager callsign (str) – aircraft callsign (ICAO) duration (str) – duration of track (i.e. “5h20m” or “10m20s”) limit (int) – maximum number of states to get (0=all) Returns: list of aircraft track states Return type: list[MapState]