Get Load Info Action
Description
Used to obtain the information of the load job of the specified label.
-
Specify database
Query parameters
Response
Get the load job information of the specified label
GET /api/example_db/_load_info?label=my_label
Response
"msg": "success",
"code": 0,
"data": {
"tblNames": ["tbl1"],
"clusterName": "default_cluster",
"state": "FINISHED",
"failMsg": "",
"trackingUrl": ""
},