---
title: "Get Snowflake Dbt Info"
method: GET
path: "/lineage/dbt_info"
tags: ["Lineage"]
---

# Get Snowflake Dbt Info

`GET /lineage/dbt_info`

## Query parameters

- `table_rk` string

## Response `200`

Successful Response

- DbtInfoResponse
  - `dbt_info` DbtInfo
    - `project_name` string, nullable
    - `model_name` string, nullable
    - `full_refresh` string, nullable
    - `last_refreshed` string, nullable
    - `last_run_cost` string, nullable
    - `last_run_duration` string, 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/revisions/aab3fe5c9f05/schema)
