Explorations

Get DebiAI projects columns statistics

get/data-providers/{dataProviderId}/projects/{projectId}/columnsStatistics

Path parameters

dataProviderIdstring required
projectIdstring required

Response

A list of columns with their statistics.

status'ongoing' | 'failed' | 'completed'

The status of the column statistics computation.

nbCurrentSampleinteger

The current number of samples processed (optional).

nbTotalSampleinteger

The total number of samples to process (optional).

Changes

Changed in 2 of the 3 revisions of this API.11

    • added the optional property // to the response with the status

      response-optional-property-added

    • removed the optional property // from the response with the status

      response-optional-property-removed