Queries the details of task flows by page.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
Tid | long | No | The ID of the tenant. Note
: To view the ID of the tenant, go to the Data Management (DMS) console and move the pointer over the profile picture in the upper-right corner. For more information, see View information about the current tenant.
| 3*** |
ScenarioId | long | No | Filter condition, application scenario ID. | 12*** |
DagIdList | array | No | Filter condition, task flow ID list. | |
long | No | Filter condition, task flow ID. | 45*** | |
SearchKey | string | No | The keyword that is used to search for task flow names. | Test node |
PageIndex | integer | No | The number of the page to return. | 1 |
PageSize | integer | No | The number of entries to return on each page. | 20 |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "6CB28697-BFE2-5739-9228-3971990E982C",
"ErrorCode": "UnknownError",
"ErrorMessage": "UnknownError",
"Success": true,
"TaskFlowList": {
"TaskFlow": [
{
"Id": 0,
"DagName": "poc_task_test",
"Description": "test",
"CreatorId": "51****",
"CreatorNickName": "Creator_NickName",
"DagOwnerNickName": "Owner_NickName",
"DeployId": 0,
"Status": 1,
"LatestInstanceStatus": 0,
"LatestInstanceTime": "2022-04-13",
"ScenarioId": "1245",
"CronSwitch": false,
"CronStr": "0 0 1 * * ? *",
"ScheduleParam": "{\\\"triggerType\\\":\\\"1\\\",\\\"specificTime\\\":'2022-11-15 11:59'}",
"TriggerType": 0,
"CronType": 2,
"CronBeginDate": "1970-01-01",
"CronEndDate": "2023-01-01",
"TimeZoneId": "Asia/Shanghai",
"DagOwnerId": "12***89"
}
]
},
"TotalCount": 24
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2023-06-05 | The response structure of the API has changed | View Change Details |
2023-05-26 | The response structure of the API has changed | View Change Details |
2023-05-26 | The response structure of the API has changed | View Change Details |
2023-05-25 | The request parameters of the API has changed. The response structure of the API has changed | View Change Details |