Get Flight CountsAsk AIget https://api.kevel.co/v1/instantcounts/flight/{FlightID}This returns real time reporting data for a flight.Path ParamsFlightIDint32requiredThe ID of the FlightQuery Paramsdaysint32Returns data for the number of days since the current day. You can request a maximum of 90 days of data and a minimum of 0. days=0 returns data for the current day.startstringIn the format of YYYY-MM-DD. Returns data starting from the date specified. Must be within the past 90 days. If no end is included, this will return data up to the current day.endstringIn the format of YYYY-MM-DD. Returns data ending at the date specified. Must be within the past 90 days.Response 200200Updated 7 months ago