Retrieve recent transmitted flight data points for a mission. This endpoint requires a mission id in the URL path and takes no query parameters.
This endpoint accepts no query parameters. The mission_id must be provided in the URL path.
| Name | Type | Description |
|---|---|---|
| mission_id Required | string | The mission for which to obtain recent flight data points. |
| save_to_file Optional | string | Path to save the response data. If provided, saves the data in CSV or JSON format. |
| Name | Type | Description |
|---|---|---|
| mission_id Required | string | The mission for which to obtain recent flight data points. |
| output_file Optional | string | Path to save the response data. If provided, saves the data in CSV or JSON format. |
| print_response Optional | boolean | If True, prints the response data. |
Returns an array of recently transmitted telemetry points for the mission.
| Name | Type | Description | Format |
|---|---|---|---|
| flight_data | array | Array of telemetry points in transmit order | - |
| transmit_time | string | Time the message was transmitted | ISO 8601 |
| latitude | number | Latitude | decimal degrees |
| longitude | number | Longitude | decimal degrees |
| altitude | number | Altitude | meters |
| id | string | Unique identifier for the telemetry point | UUID |
| launch_site_id | string | Mission launch site identifier | UUID |