Retrieves information about acceleration tasks in a workspace.
Try it now
Test
RAM authorization
Request syntax
POST HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| WorkspaceId |
string |
Yes |
The workspace ID. |
95296e95-ca89-4c7d-8af9-dedf0ad0**** |
| CubeName |
string |
No |
The name of the dataset. |
test |
| CreatorId |
string |
No |
The user ID in Quick BI. This is not your Alibaba Cloud account ID. Call the QueryUserInfoByAccount operation to obtain the user ID. |
1***************139 |
| PageNo |
integer |
No |
The page number. If this parameter is left empty, the default value is 1. |
1 |
| PageSize |
integer |
No |
The number of rows on each page for a paged query.
|
10 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The schema of the response. |
||
| RequestId |
string |
The request ID. |
D787E****************05DF8D885 |
| Result |
object |
The acceleration task model. |
|
| TotalPages |
integer |
The total number of pages. |
1 |
| TotalNum |
integer |
The total number of rows. |
18 |
| PageNum |
integer |
The page number. |
1 |
| PageSize |
integer |
The number of rows per page that you set when you call the operation. |
10 |
| Pre |
integer |
The previous page. A value of NULL or 0 indicates that there is no previous page. |
0 |
| Next |
integer |
The next page. A value of NULL or 0 indicates that there is no next page. |
null |
| Data |
array<object> |
An array of acceleration task information. |
|
|
object |
An array of acceleration task information. |
||
| CubeId |
string |
The dataset ID. |
d14e*********fef8de29fd |
| CubeName |
string |
The dataset name. |
test |
| CreatorName |
string |
The name of the creator. |
system |
| Size |
string |
The size. |
47045632 |
| LastModifyTime |
string |
The time when the task was last modified. |
20250911 00:00:00 |
| EnableQuickindexTime |
string |
The time when acceleration was enabled. |
20250911 00:00:00 |
| JobId |
string |
The acceleration task ID. |
b30b74**********b3b |
| JobStatus |
integer |
The status of the task. Valid values:
|
0 |
| JobHistoryId |
string |
The task history ID. |
QWDAASG*******8SAD |
| Success |
boolean |
Indicates whether the request was successful. Valid values:
|
true |
Examples
Success response
JSON format
{
"RequestId": "D787E****************05DF8D885",
"Result": {
"TotalPages": 1,
"TotalNum": 18,
"PageNum": 1,
"PageSize": 10,
"Pre": 0,
"Next": 0,
"Data": [
{
"CubeId": "d14e*********fef8de29fd",
"CubeName": "test",
"CreatorName": "system",
"Size": "47045632",
"LastModifyTime": "20250911 00:00:00",
"EnableQuickindexTime": "20250911 00:00:00",
"JobId": "b30b74**********b3b",
"JobStatus": 0,
"JobHistoryId": "QWDAASG*******8SAD"
}
]
},
"Success": true
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | Internal.System.Error | An internal system error occurred. | An internal system error occurred. |
| 400 | Invalid.Parameter.Error | The parameter is invalid:%s. | invalid parameter: ${0}. |
| 400 | Invalid.Workspace | The workspace is not owned by the organization. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.