---
title: "Get Project Integrations"
method: GET
path: "/dbt/v1/project_integrations"
tags: ["DBT"]
---

# Get Project Integrations

`GET /dbt/v1/project_integrations`

## Query parameters

- `navigationSource` string, nullable

## Headers

- `x-tenant` string, required

## Response `200`

Successful Response

- ProjectIntegrationResponse[]
  - `id` integer, required
  - `name` string, required
  - `environments` object[], nullable
  - `created_at` string, date-time, required
  - `last_modified_at` string, date-time, required
  - `last_file_upload_time` string, date-time, nullable
  - `is_deleted` boolean, nullable
  - `integration_type` 'dbt_core' | 'dbt_cloud'
  - `connection_name` 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/versions/103580dad816/schema)
