全新司空 2 OpenAPI V1.0(openapi-translation)
    全新司空 2 OpenAPI V1.0(openapi-translation)
    • Root Directory
      • Authentication and Authorization
        • Authentication Authorization Tutorial
      • System Services
        • FlightHub 2 Public Cloud Access Point Information
        • Query FlightHub 2 System Status
      • Organization Projects
        • Organization Project Tutorial
        • Get the List of Projects Under the Organization
        • Get the List of Devices Under the Organization
        • Get the List of Devices Under the Project
        • Obtain the storage upload credentials for the project
        • Add Members to the Project
      • Livestream Management
        • Live streaming management tutorial
        • Push Livestream
          • Enable Livestream
        • Stream forwarding (only supports private cloud)
          • Stream Forwarding Error Code
          • Create Stream Forwarder
          • Enable/Disable Stream Forwarder
      • Annotation Management
        • Annotation management tutorial
        • Create Map Annotations
      • Task Management
        • Task management tutorial
        • Create Flight Tasks
        • Update Flight Task Status
        • Get the Flight Task List
        • Get Media Files Generated by the Flight Task
        • Get Flight Trajectory Information
      • Device Management
        • Device management tutorial
        • Get Device Properties
        • Get HMS Information
        • Switch Dock Cameras
        • Switch Aircraft Cameras
        • Custom Network RTK Calibration
        • Specify device to enter relay frequency pairing mode (only supports private cloud and relay)
        • Query relay frequency pairing result (only supports private cloud and relay)
      • Route Management
        • Route management tutorial
        • Flight Route Upload Completion Notification
        • Get the List of Flight Routes Under the Project
        • Get Flight Route Details
      • Model Management
        • Model management tutorial
        • Model reconstruction coordinate system
        • Get the List of Models Under the Project
        • Mapping
        • Get the Model Details
        • Get Model File Download URL
      • Open modeling
        • Open modeling tutorial
        • Model Reconstruction Error Code
        • Algorithm parameter introduction
        • Get upload credential
        • Upload callback
        • Get resource details
        • Delete resource
        • Start reconstruction task
        • Stop reconstruction task
        • Get the Model Details
        • Delete Models
    • Get the Stream Transcoder List
      GET
    • Send Real-Time Control Command
      POST
    • Delete Stream Forwarder
      DELETE
    • Acquire Control
      POST
    • Release Control
      DELETE
    • Video Transmission Quality Settings
      PUT
    • Get the Flight Task Information
      GET

      Get the Flight Task Information

      GET
      /openapi/v0.1/flight-task/{task_uuid}
      Obtain flight task information. After a task is started, users can call this interface to get the task information, the task status, and information about media files generated by the task.

      请求参数

      Path 参数

      Header 参数

      请求示例代码

      Shell
      JavaScript
      Java
      Swift
      Go
      PHP
      Python
      HTTP
      C
      C#
      Objective-C
      Ruby
      OCaml
      Dart
      R
      请求示例请求示例
      Shell
      JavaScript
      Java
      Swift
      curl --location --request GET '/openapi/v0.1/flight-task/89328e80-04ee-4089-9482-6bb00ec6bede' \
      --header 'X-Request-Id: {{$string.uuid}}' \
      --header 'X-Language: zh' \
      --header 'X-Project-Uuid: {{X-Project-Uuid}}' \
      --header 'X-User-Token: {{x-user-token}}'

      返回响应

      🟢200Success
      application/json
      Body

      示例
      {
      "code": 0,
      "message": \"success\",
      "data": {
      "name": \"New Plan 1\",
      "uuid": \"0bbc74b4-5e5a-4390-9256-8e4ee08a241b\",
      \"task_type\": \"immediate\",
      "status": \"success\",
      "sn": "7CTDM3D00BZNVZ",
      \"wayline_uuid\": \"6eb90ac7-4ec8-4a2c-a470-746e7444e77c\",
      \"begin_at\": \"2024-10-29T16:51:47.818707+08:00\",
      \"end_at\": "2024-10-29T16:53:58.818707+08:00",
      "out_of_control_action_in_flight": "return_home",
      "rth_altitude": 100,
      "rth_mode": "preset",
      "resumable_status": "manual"
      }
      }
      🟠401Unauthorized
      修改于 2025-11-24 08:11:02
      上一页
      Video Transmission Quality Settings
      Built with