curl --request GET \
--url https://routing.solvice.io/cube/{id} \
--header 'Authorization: <api-key>'{
"id": 123,
"status": "IN_PROGRESS",
"errorMessage": "<string>",
"responseType": "<string>",
"hash": 123,
"cubeResponseId": 123,
"updatedAt": "<string>",
"createdAt": "<string>"
}Retrieve the status and metadata of a cube request by its ID.
curl --request GET \
--url https://routing.solvice.io/cube/{id} \
--header 'Authorization: <api-key>'{
"id": 123,
"status": "IN_PROGRESS",
"errorMessage": "<string>",
"responseType": "<string>",
"hash": 123,
"cubeResponseId": 123,
"updatedAt": "<string>",
"createdAt": "<string>"
}API key authentication. Include your API key in the Authorization header.
OK
Cube id.
Cube status (IN_PROGRESS, SUCCEEDED, FAILED).
IN_PROGRESS, AGGREGATING, SUCCEEDED, FAILED, CREATING Error message if the Cube failed.
Type of the Cube response, e.g., 'coefficients'.
Hash of the Cube request
Cube response id.
Last update time of the Cube.
Creation time of the Cube.