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

Get table status

Authorizations

Authorization
string
header
required

API key authentication. Use format 'API_KEY'

Path Parameters

id
integer
required

Response

200 - application/json

OK

The response is of type object.