GET
/
table
/
{id}
curl --request GET \
  --url https://routing.solvice.io/table/{id}
{
  "id": 123,
  "tableResponseId": 123,
  "status": "IN_PROGRESS",
  "updatedAt": "<string>",
  "createdAt": "<string>"
}

Get table status

Path Parameters

id
integer
required

Response

200 - application/json
OK
id
integer
tableResponseId
integer
status
enum<string>
Available options:
IN_PROGRESS,
SUCCEEDED,
FAILED
updatedAt
string | null
createdAt
string | null