GET
/
cube
/
{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>"
}

Get cube status

Authorizations

Authorization
string
header
required

Api Key based authentication (apikey)

Path Parameters

id
integer
required

Response

200 - application/json

OK

The response is of type object.