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

# Get Terminal Node Response

`GET /lineage/terminal`

Get amundsen table from altimate table

## Query parameters

- `table_id` integer

## Response `200`

Successful Response

- TableNodeResponse
  - `table` string, required
  - `upstream_count` integer, required
  - `downstream_count` integer, required
  - `id` union
    - integer
    - string
  - `materialization` string, nullable
  - `label` string, required
  - `schema_name` string, nullable
  - `resource_type` string, nullable
  - `tests` TestMetadata[], nullable
    - `name` string, required
  - `source` string, nullable
  - `is_stale` boolean, nullable
  - `last_seen` string, date-time, 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)
