GET
/
catalog
/
{project}
/
assets
/
{asset}
/
columns
/
{column}
{
  "name": "<string>",
  "type": "<string>",
  "hints": [
    "<string>"
  ],
  "stats": {
    "min": {},
    "max": {},
    "sum": {},
    "count": 123,
    "cardinality": 123,
    "missing": 123,
    "mean": {},
    "sumOfSquares": 123,
    "stddev": 123,
    "percentiles": {}
  },
  "facets": {},
  "pivots": {}
}

Path Parameters

project
string
required

The name of a project

asset
string
required

The name of an asset

column
string
required

The name of a column in the table

Response

200 - application/json

successful operation

The response is of type object.