Domain name for API request: wedata.intl.tencentcloudapi.com.
This API is used to get the direct upstream of an instance.
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: ListUpstreamTaskInstances. |
| Version | Yes | String | Common Params. The value used for this API: 2025-08-06. |
| Region | Yes | String | Common Params. For more information, please see the list of regions supported by the product. |
| ProjectId | Yes | String | Project ID. |
| InstanceKey | Yes | String | Instance unique id. |
| TimeZone | No | String | Time zone timeZone, default UTC+8. |
| PageNumber | No | Integer | Page number, int used in conjunction with pageSize and cannot be less than 1. default value: 1. |
| PageSize | No | Integer | Specifies the number of items to display per page. default: 10. value range: 1-100. |
| Parameter Name | Type | Description |
|---|---|---|
| Data | TaskInstancePage | Upstream instance list. |
| 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. |
POST / HTTP/1.1
Host: wedata.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: ListUpstreamTaskInstances
<Common request parameters>
{
"ProjectId": "2428908825624145920",
"InstanceKey": "20250828163920570_2025-08-28 16:40:00"
}{
"Response": {
"Data": {
"Items": [
{
"CostTime": 0,
"CurRunDate": "2025-08-28 16:40:00",
"CycleType": "MINUTE_CYCLE",
"EndTime": null,
"ExecutorGroupId": "20240227210859451466",
"ExecutorGroupName": "u6267u884cu5e73u53f0u6d4bu8bd5u4e13u7528-worker",
"FolderId": "6067bd9d-83ea-11f0-8c70-043f72d4907c",
"FolderName": "yukittzhang",
"InstanceKey": "20250828163904071_2025-08-28 16:40:00",
"InstanceState": "WAIT_RUN",
"InstanceType": 1,
"LastUpdateTime": "2025-08-28 16:40:02",
"OwnerUinList": [],
"ProjectId": "2428908825624145920",
"SchedulerTime": "2025-08-28 16:40:00",
"StartTime": null,
"TaskId": "20250828163904071",
"TaskName": "openapi_up",
"TaskType": "Shell",
"TaskTypeId": 35,
"TotalRunNum": 0,
"Tries": 0,
"TryLimit": 5,
"WorkflowId": "15b26760-b03d-43d8-be63-60a32e64fa01",
"WorkflowName": "2321R3"
}
],
"PageNumber": 1,
"PageSize": 10,
"TotalCount": 1,
"TotalPageNumber": 0
},
"RequestId": "70473087-7555-4f96-9404-ef8532211cc4"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
| Error Code | Description |
|---|---|
| FailedOperation | Operation failed. |
| InvalidParameter | Parameter error. |
| InvalidParameter.ClientIpNotAuthorized | Client ip is unauthorized. |
| InvalidParameterValue | Parameter value error. |
| MissingParameter | Parameter missing. |
Feedback