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