---
title: "Get Table Insights"
method: GET
path: "/tables/insights/{table_id}"
tags: ["TABLES"]
---

# Get Table Insights

`GET /tables/insights/{table_id}`

## Path parameters

- `table_id` integer, required

## Query parameters

- `navigationSource` string, nullable

## Response `200`

Successful Response

- TableInsightsResponse
  - `tags` AppSchemasTablesTag[], required
    - `label` string, required
    - `reason` string, required
  - `custom_tag` CustomTag
    - `reason` string, required
    - `user` integer, required
  - `insights` object, required
  - `is_dynamic_table` boolean, nullable
  - `is_table` boolean, nullable
  - `is_external_table` boolean, nullable
  - `is_event_table` boolean, nullable
  - `is_materialized_view` boolean, nullable
  - `is_iceberg` boolean, nullable
  - `is_hybrid` boolean, nullable
  - `is_immutable` boolean, nullable
  - `is_temporary` boolean, nullable
  - `is_secure` boolean, nullable

## Other responses

- `400` — Not supported for public user
- `403` — Not supported for public user
- `422` — Validation Error

---

[API](https://skmtc.net/myaltimate/apis/fastapi.md) · [All operations](https://skmtc.net/myaltimate/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/myaltimate/fastapi/versions/103580dad816/schema)
