1. API Description
Domain name for API request: wedata.intl.tencentcloudapi.com.
This API is used to obtain workflow scheduling details based on the workflow id.
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.
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: GetOpsWorkflow. |
| 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.
|
| WorkflowId |
Yes |
String |
Workflow Id, can be obtained through the ListOpsWorkflows api. |
3. Output Parameters
| Parameter Name |
Type |
Description |
| Data |
OpsWorkflowDetail |
Workflow scheduling details. |
| 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 GetOpsWorkflow Call Instance
POST / HTTP/1.1
Host: wedata.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: GetOpsWorkflow
<Common request parameters>
{
"ProjectId": "1460947878944567296",
"WorkflowId": "29542955-4f93-44dc-9a16-a6a8231f42cd"
}
Output Example
{
"Response": {
"Data": {
"CreateTime": "2025-08-22 11:19:24",
"CycleType": "DAY_CYCLE",
"EndTime": "2099-12-31 23:59:59",
"FirstSubmitTime": "2025-08-25 14:52:38",
"FolderId": "6445aa5a-7e58-11f0-9366-7c8c09fca71c",
"InstanceInitStrategy": "T_PLUS_0",
"LatestSubmitTime": "2025-08-25 15:23:15",
"OwnerUin": ";100042680225;",
"SchedulerDesc": "Execute once daily at 00:00"
"StartTime": "2025-08-25 20:55:34",
"StartupTime": 0,
"Status": "ALL_RUNNING",
"WorkflowDesc": "",
"WorkflowId": "29542955-4f93-44dc-9a16-a6a8231f42cd",
"WorkflowName": "fg55",
"WorkflowType": null
},
"RequestId": "f54ed1fa-c6aa-463d-8113-fd94d8d76cd3"
}
}
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 |
| FailedOperation |
Operation failed. |
| InvalidParameter |
Parameter error. |
| InvalidParameterValue |
Parameter value error. |
| ResourceNotFound |
The resource does not exist. |