Skip to main content
GET
Error

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

dataset
string
required

Query Parameters

column
string | null

Response

Successful Response

dataset
string
required

Dataset identifier.

row_count
integer
required

Total rows in the dataset.

column
string | null

Profiled column, when requested.

null_count
integer | null

Null values in the profiled column.

distinct_count
integer | null

Distinct non-null values in the profiled column.

min
any | null

Minimum value, when supported by the column type.

max
any | null

Maximum value, when supported by the column type.