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
100x1000.2s
250x2500.8s
1000x10004.6s
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.