Domain name for API request: wedata.intl.tencentcloudapi.com.
This API is used to query the task submission list.
A maximum of 20 requests can be initiated per second for this API.
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
Parameter Name | Required | Type | Description |
---|---|---|---|
Action | Yes | String | Common Params. The value used for this API: DescribeReportTaskList. |
Version | Yes | String | Common Params. The value used for this API: 2021-08-20. |
Region | Yes | String | Common Params. For more information, please see the list of regions supported by the product. This API only supports: ap-singapore, eu-frankfurt, na-ashburn, na-siliconvalley. |
PageNum | No | Integer | Page number |
PageSize | No | Integer | Entries per page. |
TenantId | No | String | Tenant id. |
ProjectId | No | String | Project ID. |
TaskId | No | String | Task ID |
InstanceId | No | String | Instance ID |
JobId | No | String | Job id. |
EngineTaskId | No | String | Engine task id. |
ProductSource | No | String | DATA source, such as DATA_INTEGRATION, DATA_EXPLORATION, DATA_QUALITY, OM_CENTER. |
OnwerUid | No | String | Root account. |
StartTime | No | String | Start time |
EndTime | No | String | End time |
Parameter Name | Type | Description |
---|---|---|
Data | ReportTaskListInfo | Task list information. |
RequestId | String | The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem. |
normally call
POST / HTTP/1.1
Host: wedata.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeReportTaskList
<Common request parameters>
{
"PageNum": 1,
"PageSize": 10,
"EngineTaskId": "4dfedddfcc1611efa2b9525400942df5"
}
{
"Response": {
"Data": {
"PageNum": 1,
"PageSize": 10,
"Rows": [
{
"AppID": "1315051789",
"EngineExeEndTime": "2025-01-06 18:09:25",
"EngineExeStartTime": "2025-01-06 18:09:24",
"EngineExeStatus": "SUCCESS",
"EngineExeUser": null,
"EngineName": "DLC_Standard_Presto",
"EngineSubType": "DLC_Standard_Presto",
"EngineTaskId": "4dfedddfcc1611efa2b9525400942df5",
"EngineType": "DLC",
"InChargeId": null,
"InstanceId": "ffda85b9-5258-477c-a965-380b3d4d3f64",
"JobId": "a93d192c-96f0-487e-9a81-7e7b964d22ef",
"OnwerUid": null,
"ProductSource": "DATA_EXPLORATION",
"ProjectId": "1460947878944567296",
"TaskId": null,
"TaskName": null,
"TaskTypeId": null
}
],
"TotalCount": 1,
"TotalPageNumber": 1
},
"RequestId": "cf410329-1b40-46cb-91ea-8d6d970c819b"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
There is no error code related to the API business logic. For other error codes, please see Common Error Codes.