GET
/
api
/
v1
/
projects
/
{projectUuid}
/
dataCatalog
/
metrics
/
{tableName}
/
{metricName}
{
  "results": {
    "fieldType": "metric",
    "type": "percentile",
    "name": "<string>",
    "label": "<string>",
    "table": "<string>",
    "tableLabel": "<string>",
    "sql": "<string>",
    "description": "<string>",
    "source": {
      "content": "<string>",
      "highlight": {
        "end": {
          "character": 123,
          "line": 123
        },
        "start": {
          "character": 123,
          "line": 123
        }
      },
      "range": {
        "end": {
          "character": 123,
          "line": 123
        },
        "start": {
          "character": 123,
          "line": 123
        }
      },
      "path": "<string>"
    },
    "hidden": true,
    "compact": "thousands",
    "round": 123,
    "format": "km",
    "groupLabel": "<string>",
    "groups": [
      "<string>"
    ],
    "urls": [
      {
        "label": "<string>",
        "url": "<string>"
      }
    ],
    "index": 123,
    "tags": [
      "<string>"
    ],
    "isAutoGenerated": true,
    "showUnderlyingValues": [
      "<string>"
    ],
    "filters": [
      {
        "values": [
          "<any>"
        ],
        "operator": "isNull",
        "id": "<string>",
        "target": {
          "fieldRef": "<string>"
        },
        "settings": "<any>",
        "disabled": true,
        "required": true
      }
    ],
    "percentile": 123,
    "formatOptions": {
      "type": "default",
      "round": 123,
      "separator": "default",
      "currency": "<string>",
      "compact": "thousands",
      "prefix": "<string>",
      "suffix": "<string>",
      "timeInterval": "RAW"
    },
    "dimensionReference": "<string>",
    "requiredAttributes": {},
    "defaultTimeDimension": {
      "interval": "RAW",
      "field": "<string>"
    },
    "compiledSql": "<string>",
    "tablesReferences": [
      "<string>"
    ],
    "tablesRequiredAttributes": {},
    "availableTimeDimensions": [
      {
        "fieldType": "dimension",
        "type": "date",
        "name": "<string>",
        "label": "<string>",
        "table": "<string>",
        "tableLabel": "<string>",
        "sql": "<string>",
        "description": "<string>",
        "source": {
          "content": "<string>",
          "highlight": {
            "end": {
              "character": 123,
              "line": 123
            },
            "start": {
              "character": 123,
              "line": 123
            }
          },
          "range": {
            "end": {
              "character": 123,
              "line": 123
            },
            "start": {
              "character": 123,
              "line": 123
            }
          },
          "path": "<string>"
        },
        "hidden": true,
        "compact": "thousands",
        "round": 123,
        "format": "km",
        "groupLabel": "<string>",
        "groups": [
          "<string>"
        ],
        "urls": [
          {
            "label": "<string>",
            "url": "<string>"
          }
        ],
        "index": 123,
        "tags": [
          "<string>"
        ],
        "group": "<string>",
        "requiredAttributes": {},
        "timeInterval": "RAW",
        "timeIntervalBaseDimensionName": "<string>",
        "isAdditionalDimension": true,
        "colors": {},
        "isIntervalBase": true,
        "compiledSql": "<string>",
        "tablesReferences": [
          "<string>"
        ],
        "tablesRequiredAttributes": {}
      }
    ],
    "timeDimension": {
      "interval": "RAW",
      "field": "<string>",
      "table": "<string>"
    }
  },
  "status": "ok"
}

Path Parameters

projectUuid
string
required
tableName
string
required
metricName
string
required

Response

200
application/json
Success
results
object
required
status
enum<string>
required
Available options:
ok