---
title: "Get Terminal Node Schema Response"
method: GET
path: "/lineage/schema"
tags: ["Lineage"]
---

# Get Terminal Node Schema Response

`GET /lineage/schema`

Get amundsen table from altimate table

## Query parameters

- `table_id` string

## Response `200`

Successful Response

- TableSchemaResponse
  - `table` string, required
  - `columns` SchemaMetadata[], required
    - `table_schema_id` integer, nullable
    - `rk` string, required
    - `name` string, required
    - `datatype` string, required
    - `description` string, nullable
    - `tags` AppSchemasLineageTag[], required
      - `name` string, required
      - `description` string, required
      - `rk` string, nullable
    - `can_lineage_expand` boolean, required
    - `is_transformation` boolean, nullable
  - `purpose` string, nullable
  - `last_modified_by` integer, 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/aab3fe5c9f05/schema)
