Skip to main content
GET
Combine snapshot metrics

Authorizations

Authorization
string
header
required

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

Path Parameters

dataset_id
integer
required

Unique identifier for a dataset.

Query Parameters

snapshot_id
integer<int64>[]
required

A snapshot whose metrics to include. Repeat the parameter for each snapshot.

Minimum array length: 1

Response

200 - application/json

The combined per-column statistics.

column_name
string
required
approx_count_distinct
integer<int64> | null
count_distinct
integer<int64> | null
histogram
object | null
mean
number<double> | null
standard_deviation
number<double> | null
completeness
number<double> | null
observed_types
object | null