X-User-Token: ********************curl --location --request GET '/openapi/v0.1/flight-task/list?sn&begin_at&end_at' \
--header 'X-Request-Id: {{$string.uuid}}' \
--header 'X-Language: zh' \
--header 'X-Project-Uuid: {{X-Project-Uuid}}' \
--header 'X-User-Token: <api-key>'{
"code": 0,
"message": "OK",
"data": {
"list": [
{
"name": "",
"uuid": "",
"task_type": "",
"status": "",
"sn": "",
"landing_dock_sn": "",
"begin_at": "",
"end_at": "",
"run_at": "",
"completed_at": "",
"wayline_uuid": "",
"folder_id": 123,
"current_waypoint_index": 1,
"total_waypoints": 3,
"media_upload_status": "",
"resumable_status": "",
"is_break_point_resume": true,
"operations": {
"operator_account": ""
},
"exceptions": {
"code": 20000,
"message": "",
"happen_at": "",
"sn": ""
}
}
]
}
}