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

# Get Terminal Asset V2 Response

`GET /lineage/v2/terminal`

Get terminal asset node using v2 asset_lineage table
Supports tables, dashboards, and other asset types

## Query parameters

- `asset_rk` string, required
- `asset_type` string

## Response `200`

Successful Response

- union
  - TableAsset — Table asset with table-specific fields
    - `asset_rk` string, required
    - `asset_type` string
    - `upstream_count` integer
    - `downstream_count` integer
    - `table` string, required
    - `id` integer, nullable
    - `materialization` string, nullable
    - `label` string, required
    - `schema_name` string, nullable
    - `resource_type` string, nullable
    - `tests` TestMetadata[], nullable
      - `name` string, required
  - DashboardAsset — Dashboard asset with dashboard-specific fields
    - `asset_rk` string, required
    - `asset_type` string
    - `upstream_count` integer
    - `downstream_count` integer
    - `dashboard_id` string, nullable
    - `dashboard_name` string, required
    - `dashboard_url` string, nullable
    - `workbook_name` string, nullable
    - `description` string, nullable
    - `created_by` string, nullable
    - `last_modified` string, nullable

## Other responses

- `400` — Bad request
- `403` — Not supported for public user
- `404` — Asset not found
- `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/50769cbf05d5/schema)
