GET
/
table
/
{id}
/
progress

After sending the table request to the API, you can follow the progress in this endpoint.

Average calculation time of matrix :

Matrix SizeCalculation time
10x100.1s
100x1001.1s
250x2503.4s
1000x10005.7s
10000x1000024.9s

Path Parameters

id
integer
required

Response

200 - application/json
nrOfSucceededChildren
integer | null

Bigger table requests get split up. nrOfSucceededChildren is the number of child requests that succeeded.

nrOfFailedChildren
integer | null

Bigger table requests get split up. nrOfFailedChildren is the number of child requests that failed.

nrOfChildren
integer | null

Bigger table requests get split up. nrOfChildren is the number of total child requests.