This topic is generated by a machine translation engine without any human intervention. ALIBABA CLOUD DOES NOT GUARANTEE THE ACCURACY OF MACHINE TRANSLATED CONTENT. To request a human-translated version of this topic or provide feedback on this translation, please include it in the feedback form.
Query the Most Recent Acceleration Task by Dataset ID
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
| CubeId | string | Yes | Dataset ID. | d23d30c0-****-6c92bf668356 |
Response parameters
Examples
Sample success responses
JSONformat
{
"RequestId": "46e53*********92704c8",
"Result": {
"JobHistoryId": "46e53********5464564",
"Status": "SUCCESS ",
"GmtCreate": "2025-06-18 17:07:43",
"GmtModified": "2025-06-18 17:08:26"
},
"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 | Cube.Not.Exist | The Cube does not exist. | The Cube does not exist. |
| 400 | Access.Forbidden | Your instance version or access key is not allowed to call the API operation, only professional version supports calling. | Your instance version or access key is not allowed to call the API operation, only professional version supports calling. |
| 400 | OrgAdminOrPermissionAdmin.CannotChangeTo.Viewer | Organization admin or permission admin can not change to viewer. | - |
For a list of error codes, visit the Service error codes.
