Skip to main content
GET
Get table progress
After sending the table request to the API, you can follow the progress in this endpoint. The progress will list the created submatrices (children). Average calculation time of matrix :

Authorizations

Authorization
string
header
required

API key authentication. Include your API key in the Authorization header.

Path Parameters

id
integer<int64>
required

Response

200 - application/json

OK

nrOfSucceededChildren
integer<int64> | null

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

Example:

8

nrOfFailedChildren
integer<int64> | null

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

Example:

0

nrOfChildren
integer<int64> | null

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

Example:

8