Queries a list of processes that are used to deploy or undeploy entities in DataStudio. You can also specify filter conditions to query specific processes.
Debugging
Authorization information
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
ProjectId | string | Yes | The DataWorks workspace ID. You can log on to the DataWorks console and go to the Workspace page to query the ID. You must configure this parameter to specify the DataWorks workspace to which the API operation is applied. | 10000 |
Creator | string | No | The ID of the user who creates the processes. This parameter specifies a filter condition. | 110755000425XXXX |
Status | string | No | The status of the processes. This parameter specifies a filter condition. Valid values:
Enumeration Value:
| RUNNING |
PageNumber | integer | No | The page number. Pages start from page 1. Default value: 1. | 1 |
PageSize | integer | No | The number of entries per page. Default value: 10. Maximum value: 100. | 10 |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "7C352CB7-CD88-50CF-9D0D-E81BDF02XXXX",
"PagingInfo": {
"TotalCount": "2524",
"PageSize": "10",
"PageNumber": "1",
"Deployments": [
{
"Id": "ddf354a5-03df-48fc-94c1-cc973f79XXXX\n",
"ProjectId": "44683",
"CreateTime": 1702736654000,
"ModifyTime": 1702736654000,
"Creator": "110755000425XXXX",
"Status": "RUNNING",
"Message": "",
"Stages": [
{
"Code": "DEV_CHECK",
"Step": 1,
"Type": "CHECK",
"Name": "",
"Description": "",
"Message": "",
"Status": "RUNNING",
"Detail": {
"key": ""
}
}
]
}
]
}
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|