---
title: "Get Node By Rk"
method: POST
path: "/dbt/models/items"
tags: ["DBT_MODELS"]
---

# Get Node By Rk

`POST /dbt/models/items`

Gets a single table by id.

## Query parameters

- `navigationSource` string, nullable

## Headers

- `x-tenant` string, required

## Request body

- DBTModelDetailByRkRequest
  - `dbt_model_rk` string, required

## Response `200`

Successful Response

- DBTModelFetchResponse
  - `project_name` string, required
  - `dbt_core_integration_id` integer, required
  - `dbt_core_integration_environment_id` integer, required
  - `rk` string, required
  - `project_rk` string, required
  - `model_name` string, required
  - `unique_id` string, required
  - `resource_type` string, required
  - `alias` string, nullable
  - `description` string, nullable
  - `materialization` string, nullable
  - `database` string, required
  - `model_schema` string, required
  - `file_path` string, required
  - `raw_code` string, nullable
  - `compiled_code` string, nullable
  - `columns` object[], required
  - `is_stale` boolean, required
  - `last_seen` string, date-time, nullable
  - `insights` DBTModelInsight[], required
    - `name` string, required
    - `type` string, required
    - `severity` string, required
    - `insight_metadata` object, nullable, required

## 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)
