All Products
Search
Document Center

Quick BI:QueryLastAccelerationEngineJob

Last Updated:Nov 04, 2025
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

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
CubeIdstringYes

Dataset ID.

d23d30c0-****-6c92bf668356

Response parameters

ParameterTypeDescriptionExample
object

Schema of Response

RequestIdstring

Request ID.

46e53*********92704c8
Resultobject

The entity of the most recent acceleration task.

JobHistoryIdstring

Acceleration task ID.

46e53********5464564
Statusstring

Task status. Possible values:

  • TODO -- To be run
  • RUNNING -- Running
  • SUCCESS -- Successfully completed
  • FAILURE -- Abnormally terminated
  • CANCELED -- Canceled
  • CHECK_DEPENDENCY -- Checking dependencies
SUCCESS
GmtCreatestring

Execution time, in the format yyyy-MM-dd hh:mm:ss.

2025-06-18 17:07:43
GmtModifiedstring

Completion time, in the format yyyy-MM-dd hh:mm:ss.

2025-06-18 17:08:26
Successboolean

Indicates whether the request was successful. Possible values:

  • true: The request was successful.
  • false: The request failed.
true

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 codeError codeError messageDescription
400Internal.System.ErrorAn internal system error occurred.An internal system error occurred.
400Invalid.Parameter.ErrorThe parameter is invalid:%s.invalid parameter: ${0}.
400Cube.Not.ExistThe Cube does not exist.The Cube does not exist.
400Access.ForbiddenYour 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.
400OrgAdminOrPermissionAdmin.CannotChangeTo.ViewerOrganization admin or permission admin can not change to viewer.-

For a list of error codes, visit the Service error codes.