curl --location --request GET '/task/api/v1.0/projects//flight-tasks/track?task_uuid' \ --header 'X-Organization-Key: {{organization_key}}' \ --header 'X-Organization-Key;'
{ "body": { "code": 0, "data": { "completed_at": null, "name": "New plan", "run_at": "2024-06-18T13:13:37.27706Z", "status": 2, "track": { "drone_sn": "DRONESN", "flight_distance": 0, "flight_duration": 0, "points": [ { "height": 26.603854370117187, "latitude": 22.9077271219904, "longitude": 113.707357997219, "timestamp": 1718716429000 }, { "height": 30.50385437011719, "latitude": 22.907726688936652, "longitude": 113.7073580318538, "timestamp": 1718716431000 } ], "track_id": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" }, "uuid": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", "wayline_uuid": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" }, "message": "success" }, "headers": {}, "size": 6016, "status": 200 }