---
title: "Get table analytics"
method: GET
path: "/api/v1/projects/{projectUuid}/dataCatalog/{table}/analytics"
tags: ["Catalog"]
---

# Get table analytics

`GET /api/v1/projects/{projectUuid}/dataCatalog/{table}/analytics`

Get catalog analytics for tables

## Path parameters

- `projectUuid` string, required
- `table` string, required

## Response `200`

Success

- object
  - `results` ApiCatalogAnalyticsResults, required
    - `charts` object[], required
      - `name` string, required — Display name of the chart
      - `description` string — Optional description of what this chart displays
      - `uuid` string, required
      - `chartKind` 'line' | 'horizontal_bar' | 'vertical_bar' | 'scatter' | 'area' | 'mixed' | 'pie' | 'table' | 'big_number' | 'funnel' | 'custom' | 'treemap' | 'gauge' | 'map' | 'sankey' | 'data_app_viz'
      - `spaceUuid` string, required
      - `spaceName` string, required
      - `dashboardUuid` string, nullable, required
      - `dashboardName` string, nullable, required
      - `viewsCount` number, double
  - `status` 'ok', required

## Other responses

- `default` — Error

---

[API](https://skmtc.dev/lightdash/apis/lightdash-api.md) · [All operations](https://skmtc.dev/lightdash/apis/lightdash-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/lightdash/lightdash-api/revisions/40c933755c9a/schema)
