All Products
Search
Document Center

Quick BI:QueryLastAccelerationEngineJob

Last Updated:Jun 11, 2026

Mengkueri tugas akselerasi terbaru berdasarkan ID set data.

Coba sekarang

Coba API ini di OpenAPI Explorer tanpa perlu penandatanganan manual. Panggilan yang berhasil akan secara otomatis menghasilkan contoh kode SDK sesuai dengan parameter Anda. Unduh kode tersebut dengan kredensial bawaan yang aman untuk penggunaan lokal.

Test

RAM authorization

Tidak ada otorisasi untuk operasi ini. Jika Anda mengalami masalah saat menjalankan operasi ini, hubungi dukungan teknis.

Sintaks permintaan

POST  HTTP/1.1

Parameter permintaan

Parameter

Type

Required

Description

Example

CubeId

string

Yes

ID set data.

d23d30c0-****-6c92bf668356

Elemen respons

Element

Type

Description

Example

object

Schema of Response

RequestId

string

Request ID.

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

Result

object

The entity of the most recent acceleration task.

JobHistoryId

string

Acceleration task ID.

46e53********5464564

Status

string

Task status. Possible values:

  • TODO -- To be run

  • RUNNING -- Running

  • SUCCESS -- Successfully completed

  • FAILURE -- Abnormally terminated

  • CANCELED -- Canceled

  • CHECK_DEPENDENCY -- Checking dependencies

SUCCESS

GmtCreate

string

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

2025-06-18 17:07:43

GmtModified

string

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

2025-06-18 17:08:26

Success

boolean

Indicates whether the request was successful. Possible values:

  • true: The request was successful.

  • false: The request failed.

true

Contoh

Respons sukses

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
}

Kode kesalahan

HTTP status code

Error code

Error message

Description

400 Internal.System.Error An internal system error occurred.
400 Invalid.Parameter.Error The parameter is invalid:%s.
400 Cube.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.
400 OrgAdminOrPermissionAdmin.CannotChangeTo.Viewer Organization admin or permission admin can not change to viewer.

Lihat Error Codes untuk daftar lengkap.

Catatan rilis

Lihat Release Notes untuk daftar lengkap.