---
title: "Get All"
method: GET
path: "/dbt/models/"
tags: ["DBT_MODELS"]
---

# Get All

`GET /dbt/models/`

## Query parameters

- `project_rk` unknown[]
  - unknown
- `dbt_core_integration_ids` unknown[]
  - unknown
- `dbt_core_integration_environment_ids` unknown[]
  - unknown
- `resource_type` unknown[]
  - unknown
- `materialization` unknown[]
  - unknown
- `database` unknown[]
  - unknown
- `schema` unknown[]
  - unknown
- `is_stale` unknown[]
  - unknown
- `show_deleted` boolean
- `search` string
- `page` integer
- `size` integer
- `navigationSource` string, nullable

## Headers

- `x-tenant` string, required

## Response `200`

Successful Response

- union
  - PageDBTModelPageResponse
    - `items` DBTModelPageResponse[], required
      - `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, required
      - `materialization` string, nullable
      - `database` string, required
      - `model_schema` string, required
      - `file_path` string, nullable
      - `columns` object[], required
      - `is_stale` boolean, required
      - `last_seen` string, date-time, nullable
    - `total` integer, nullable, required
    - `page` integer, nullable, required
    - `size` integer, nullable, required
    - `pages` integer, nullable
  - StandardResponse
    - `ok` boolean, 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)
