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

# Get Filters

`GET /dbt/models/filters`

Gets table filters.

## Query parameters

- `navigationSource` string, nullable

## Headers

- `x-tenant` string, required

## Response `200`

Successful Response

- DBTModelFilterResponse
  - `dbt_integrations` IntegrationFilterOption[], required
    - `label` string, nullable
    - `value` string, nullable
    - `integration_type` string, nullable
    - `connection_name` string, nullable
  - `environments` AppSchemasDbtModelsDbtModelsFilterOption[], required
    - `label` string, nullable
    - `value` string, nullable
  - `projects` AppSchemasDbtModelsDbtModelsFilterOption[], required
    - `label` string, nullable
    - `value` string, nullable
  - `resource_types` AppSchemasDbtModelsDbtModelsFilterOption[], required
    - `label` string, nullable
    - `value` string, nullable
  - `materializations` AppSchemasDbtModelsDbtModelsFilterOption[], required
    - `label` string, nullable
    - `value` string, nullable
  - `databases` AppSchemasDbtModelsDbtModelsFilterOption[]
    - `label` string, nullable
    - `value` string, nullable
  - `schemas` AppSchemasDbtModelsDbtModelsFilterOption[]
    - `label` string, nullable
    - `value` string, nullable
  - `integrations_with_environments` DBTModelIntegrationWithEnvironments[]
    - `integration_value` string, required
    - `environments` AppSchemasDbtModelsDbtModelsFilterOption[], required
      - `label` string, nullable
      - `value` string, nullable

## Other responses

- `400` — Not supported for public user
- `403` — Not supported for public user
- `422` — Validation Error

---

[API](https://skmtc.dev/myaltimate/apis/fastapi.md) · [All operations](https://skmtc.dev/myaltimate/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/myaltimate/fastapi/revisions/82206441f16e/schema)
