---
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
  - `table_types` string[]

## Other responses

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

## Changes

- **2026-09-04** `51aa5d004c49` — 10 warning, 1 info
  - removed the optional property `is_dynamic_table` from the response with the `200` status
  - removed the optional property `is_event_table` from the response with the `200` status
  - removed the optional property `is_external_table` from the response with the `200` status
  - removed the optional property `is_hybrid` from the response with the `200` status
  - …7 more

[Change history](https://skmtc.dev/myaltimate/apis/fastapi/changes/tables/insights/:table_id/get.md)

---

[API](https://skmtc.dev/myaltimate/apis/fastapi.md) · [All operations](https://skmtc.dev/myaltimate/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc.dev/myaltimate/apis/fastapi/revisions/eb8306fa77dd?raw)
