History
Introduction
API Category
Making API Requests
Region APIs
Instance APIs
Cloud Hosting Cluster APIs
Image APIs
Instance Launch Template APIs
Placement Group APIs
Key APIs
Security Group APIs
Network APIs
Data Types
Error Codes
Domain name for API request: wedata.intl.tencentcloudapi.com.
This API is used to query the list of workflows.
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: ListTriggerWorkflows. |
| 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-hongkong, ap-jakarta, ap-singapore, eu-frankfurt, na-ashburn, na-siliconvalley. |
| ProjectId | Yes | String | Project ID. |
| PageNumber | No | Integer | Request data page number. default value is 1. valid values: at least 1. |
| PageSize | No | Integer | Number of records per page. the default value is 10. the minimum value is 10. the maximum value is 200. |
| Keyword | No | String | Search keywords. |
| ParentFolderPath | No | String | Workflow folder. |
| BundleId | No | String | bundleId item. |
| OwnerUin | No | String | Person in Charge ID |
| CreateUserUin | No | String | Creator ID. |
| ModifyTime.N | No | Array of String | Modify the time interval yyyy-MM-dd HH:MM:ss. fill in two times in the array. |
| CreateTime.N | No | Array of String | Creation time range yyyy-MM-dd HH:MM:ss. two times must be filled in the array. |
| Parameter Name | Type | Description |
|---|---|---|
| Data | ListTriggerWorkflowInfo | Query workflow pagination 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. |
Query workflow list succeeded
POST / HTTP/1.1
Host: wedata.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: ListTriggerWorkflows
<Common request parameters>
{
"ProjectId": "1470547050521227264"
}{
"Response": {
"Data": {
"Items": [
{
"CreateTime": "2025-07-02 10:56:59",
"CreateUserUin": null,
"ModifyTime": "2025-09-24 15:19:48",
"OwnerUin": "100042571125",
"UpdateUserUin": "100043952936",
"WorkflowDesc": "",
"WorkflowId": "a603bf20-6757-4401-85ee-3b1da69a4cbf",
"WorkflowName": "0001delete"
},
{
"CreateTime": "2025-07-03 11:44:04",
"CreateUserUin": null,
"ModifyTime": "2025-07-03 16:00:28",
"OwnerUin": "100042571125",
"UpdateUserUin": "100042571125",
"WorkflowDesc": "",
"WorkflowId": "5eb65550-6a1f-4643-9fd0-9fa2a6475e50",
"WorkflowName": "001deleteworkflow"
},
{
"CreateTime": "2025-07-02 14:51:31",
"CreateUserUin": null,
"ModifyTime": "2025-07-03 16:00:28",
"OwnerUin": "100042571125",
"UpdateUserUin": "100042571125",
"WorkflowDesc": "",
"WorkflowId": "4c8f22e7-a06d-465a-8845-86f491f02e9c",
"WorkflowName": "001testworkflow"
},
{
"CreateTime": "2025-07-02 14:11:38",
"CreateUserUin": null,
"ModifyTime": "2025-07-03 16:00:28",
"OwnerUin": "100042571125",
"UpdateUserUin": "100042571125",
"WorkflowDesc": "",
"WorkflowId": "42771ec2-7262-4923-b8ea-647188b7f5a9",
"WorkflowName": "01test_delete_workflow"
},
{
"CreateTime": "2025-07-02 16:16:21",
"CreateUserUin": null,
"ModifyTime": "2025-07-03 16:00:28",
"OwnerUin": "100042571125",
"UpdateUserUin": "100042571125",
"WorkflowDesc": "",
"WorkflowId": "e85383dc-7da3-4843-abaa-02bc2abfb022",
"WorkflowName": "01workflow_test"
},
{
"CreateTime": "2025-03-05 10:05:12",
"CreateUserUin": null,
"ModifyTime": "2025-07-03 16:00:28",
"OwnerUin": "100028578763",
"UpdateUserUin": null,
"WorkflowDesc": "",
"WorkflowId": "ca9c3020-7018-401e-8f3b-e15e2ba19dc7",
"WorkflowName": "0createtask1"
},
{
"CreateTime": "2025-11-12 10:41:12",
"CreateUserUin": "100043952922",
"ModifyTime": "2025-11-12 11:00:05",
"OwnerUin": "100043952922",
"UpdateUserUin": "100043952922",
"WorkflowDesc": "",
"WorkflowId": "49e2197f-957b-43c1-bc8f-162e6ffe9432",
"WorkflowName": "0_klayy"
},
{
"CreateTime": "2024-06-09 16:38:48",
"CreateUserUin": null,
"ModifyTime": "2025-07-03 16:00:28",
"OwnerUin": "100028694266",
"UpdateUserUin": null,
"WorkflowDesc": "",
"WorkflowId": "b0febe75-263b-11ef-8ec8-b8599f277de5",
"WorkflowName": "1"
},
{
"CreateTime": "2025-08-11 14:00:49",
"CreateUserUin": null,
"ModifyTime": "2025-08-11 14:20:00",
"OwnerUin": "100029411056",
"UpdateUserUin": "100029411056",
"WorkflowDesc": "",
"WorkflowId": "9e8ffcb3-27a9-4c43-b481-24561d6147ce",
"WorkflowName": "111scheduling11"
},
{
"CreateTime": "2025-08-11 14:01:55",
"CreateUserUin": null,
"ModifyTime": "2025-08-11 14:20:00",
"OwnerUin": "100029411056",
"UpdateUserUin": "100029411056",
"WorkflowDesc": "",
"WorkflowId": "47e97cb2-6e82-4762-9468-00edf0bea319",
"WorkflowName": "11Deweier11123213"
}
],
"PageNumber": 1,
"PageSize": 10,
"TotalCount": 609,
"TotalPageNumber": 61
},
"RequestId": "50df0bc8-25e3-479f-b957-c7ce49e10c99"
}
}
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 |
|---|---|
| AuthFailure | CAM signature/authentication error. |
| FailedOperation | Operation failed. |
| InvalidParameter | Parameter error. |
| InvalidParameterValue | Parameter value error. |
| MissingParameter | Parameter missing. |
文档反馈