Skip to main content
GET
Get table 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>

Table id.

status
enum<string> | null

Table status (IN_PROGRESS, SUCCEEDED, FAILED).

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

Error message if the Cube failed.

hash
integer<int32> | null

Hash of the Cube request

nrOfSources
integer<int32> | null

Number of sources in the table

nrOfDestinations
integer<int32> | null

Number of destinations in the table

tableResponseId
integer<int64>

Table response id.

updatedAt
string | null

Last update time of the table.

createdAt
string | null

Creation time of the table.