Domain name for API request: wedata.intl.tencentcloudapi.com.
Query workflow operation
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: ListTriggerTaskRuns. |
| 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. This API only supports: ap-bangkok, ap-beijing, ap-hongkong, ap-jakarta, ap-seoul, ap-singapore, ap-tokyo, eu-frankfurt, na-ashburn, na-siliconvalley, sa-saopaulo. |
| ProjectId | Yes | String | Project ID. |
| Filters.N | No | Array of Filter | Filtering parameters: Keyword for task name or ID query, WorkflowId for workflow ID query, FolderId for folder query, InChargeUin for responsible person query, WorkflowExecutionId for workflow execution ID, ExecutionId for task execution ID, TaskId for task ID, ScheduleTimeGreaterEqual / ScheduleTimeLessEqual for planned scheduling time interval |
| OrderFields.N | No | Array of OrderField | Sorting field, sorting field name as follows: start time: CreateTime, end time: EndTime, scheduled dispatch time: ScheduleTime |
| PageNumber | No | Integer | Page number |
| PageSize | No | Integer | Page size. |
| Parameter Name | Type | Description |
|---|---|---|
| Data | ListTriggerTaskRunResult | Task run query result |
| 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: ListTriggerTaskRuns
<Common request parameters>
{
"ProjectId": "3149092944204222464",
"Filters": [
{
"Name": "Keyword",
"Values": [
"20260206114443865"
]
}
],
"OrderFields": [
{
"Name": "ScheduleTime",
"Direction": "DESC"
}
],
"PageNumber": 1,
"PageSize": 1
}
{
"Response": {
"Data": {
"Items": [
{
"ErrorCodeStr": "runner exec wedata err",
"ExecuteUserUin": "700001893691",
"ExecutionEndTime": "1771987842000",
"ExecutionId": "f68e0637-6b3d-48a7-8326-dd456009c5da",
"ExecutionStartTime": "1771987841000",
"ExecutionTime": "1000",
"IsLatestExecution": false,
"RerunTimes": 0,
"RetryTimes": 0,
"ScheduleTime": "1771987837144",
"TaskExecutionState": "FAILED",
"TaskId": "20260206114443865",
"TaskName": "t_wf_skip_A_tnsd",
"TriggerType": "Manual",
"WaitTime": "3839",
"WorkflowExecutionId": "16752a77-f4fa-4107-bf15-eb4f35537d0c",
"WorkflowId": "7483e714-6607-47c5-887a-1f40996051c6",
"WorkflowName": "t_wf_skip_8szRR2"
}
],
"PageNumber": 1,
"PageSize": 1,
"TotalCount": 8,
"TotalPageNumber": 8
},
"RequestId": "54561345-8717-488d-b325-991be2c2f083"
}
}
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 |
|---|---|
| InternalError | Internal error. |
| InvalidParameterValue | Parameter value error. |
| MissingParameter | Parameter missing. |
| OperationDenied | Operation denied. |
| ResourceNotFound | The resource does not exist. |
| UnauthorizedOperation | Unauthorized operation. |
| UnknownParameter | Unknown parameter error. |
Esta página foi útil?
Você também pode entrar em contato com a Equipe de vendas ou Enviar um tíquete em caso de ajuda.
comentários