Skip to main content
GET
Get cube status

Authorizations

Authorization
string
header
required

API key authentication. Include your API key in the Authorization header.

Path Parameters

id
integer<int64>
required

Response

200 - application/json

OK

id
integer<int64>

Cube id.

status
enum<string> | null

Cube status (IN_PROGRESS, SUCCEEDED, FAILED).

Available options:
IN_PROGRESS,
AGGREGATING,
SUCCEEDED,
FAILED,
CREATING
errorMessage
string | null

Error message if the Cube failed.

responseType
string | null

Type of the Cube response, e.g., 'coefficients'.

hash
integer<int32> | null

Hash of the Cube request

cubeResponseId
integer<int64>

Cube response id.

updatedAt
string | null

Last update time of the Cube.

createdAt
string | null

Creation time of the Cube.