API Reference
Get dataset statistics
Count rows and optionally profile one column.
GET
Error
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Query Parameters
Response
Successful Response
Dataset identifier.
Total rows in the dataset.
Profiled column, when requested.
Null values in the profiled column.
Distinct non-null values in the profiled column.
Minimum value, when supported by the column type.
Maximum value, when supported by the column type.