Skip to main content
GET
Per-Column Profile Stats

Authorizations

Authorization
string
header
required

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

Path Parameters

dataset_id
string
required

Response

Successful Response

Per-column profile for the dataset's current ready version.

Computed lazily from the materialized Parquet on first request and cached on the version thereafter. columns is empty when profiling fails (e.g. the Parquet is unreachable) — the UI degrades gracefully.

columns
DatasetColumnProfile · object[]
required

Per-column stats in the stored schema's column order.

row_count
integer | null

Row count of the current version.