Retrieve the latest known location and state for a specific 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 current location. |
| 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 current location. |
| 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 the latest telemetry-derived location and state for the mission.
| Name | Type | Description | Format |
|---|---|---|---|
| latitude | number | Current latitude | decimal degrees |
| longitude | number | Current longitude | decimal degrees |
| altitude | number | Current altitude | meters |
| ascent_rate | number | Instantaneous ascent rate (positive up) | meters/second |