tencent cloud

APIs

ListTriggerTaskRuns

Focus Mode
Font Size
Last updated: 2026-04-21 14:16:48

1. API Description

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.

We recommend you to use API Explorer
Try it
API Explorer provides a range of capabilities, including online call, signature authentication, SDK code generation, and API quick search. It enables you to view the request, response, and auto-generated examples.

2. Input Parameters

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.

3. Output Parameters

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.

4. Example

Example1 Workflow Task Execution Details List

Input Example

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
}

Output Example

{
    "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"
    }
}

5. Developer Resources

SDK

TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.

Command Line Interface

6. Error Code

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.

Help and Support

Was this page helpful?

Help us improve! Rate your documentation experience in 5 mins.

Feedback