cURL
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>" }
Get cube status
Api Key based authentication (apikey)
OK
The response is of type object.
object