v1

latestOpenAPI 3.1.02026-07-26650239.3 KB
Telemetry

Get Telemetry for Flight V0

Fetch telemetry from a single flight by its flight id.

get/v0/flight/{flight_id}/telemetry

Path parameters

flight_idstring required

Response

Flight telemetry and metadata for a single flight

error_messagestring
skydio_error_codeinteger required
status_codeinteger required

Example response

{
  "data": {
    "flight": {
      "landing": "2022-05-03T03:10:52.503+00:00",
      "takeoff": "2022-05-03T03:10:52.503+00:00"
    },
    "flight_telemetry": {
      "altitude": {
        "timestamps": [
          "2022-05-03T03:10:52.503+00:00"
        ]
      },
      "battery_percentage": {
        "timestamps": [
          "2022-05-03T03:10:52.503+00:00"
        ]
      },
      "gps": {
        "timestamps": [
          "2022-05-03T03:10:52.503+00:00"
        ]
      },
      "gps_num_satellites": {
        "timestamps": [
          "2022-05-03T03:10:52.503+00:00"
        ]
      },
      "height_above_takeoff": {
        "timestamps": [
          "2022-05-03T03:10:52.503+00:00"
        ]
      },
      "horizontal_accuracy_estimate": {
        "timestamps": [
          "2022-05-03T03:10:52.503+00:00"
        ]
      },
      "hybrid_altitude": {
        "timestamps": [
          "2022-05-03T03:10:52.503+00:00"
        ]
      },
      "velocity": {
        "timestamps": [
          "2022-05-03T03:10:52.503+00:00"
        ]
      },
      "vertical_accuracy_estimate": {
        "timestamps": [
          "2022-05-03T03:10:52.503+00:00"
        ]
      }
    }
  }
}