---
title: "Get a project"
method: GET
path: "/api/v1/di-projects/{projectId}"
tags: ["data project"]
---

# Get a project

`GET /api/v1/di-projects/{projectId}`

Get a specific data integration project.

## Path parameters

- `projectId` string, required

## Response `200`

OK

- DiProjectItemRsp
  - `id` string
  - `name` string
  - `type` 'DATA_PIPELINE' | 'DATA_MOVEMENT' — The type of the project
  - `ownerId` string
  - `spaceId` string
  - `description` string
  - `platformType` 'SNOWFLAKE' | 'BIGQUERY' | 'SYNAPSE' | 'DATABRICKS' | 'REDSHIFT' | 'MSSQL' | 'FABRIC' | 'QLIK_QVD' | 'QLIK_QVD_CUSTOMER_MANAGED' | 'QLIK_OPEN_LAKEHOUSE' | 'NONE' — The platform type of the project. Supported values: - SNOWFLAKE: Snowflake - BIGQUERY: Google BigQuery - SYNAPSE: Azure Synapse - DATABRICKS: Databricks - REDSHIFT: Amazon Redshift - MSSQL: Microsoft SQL Server - FABRIC: Microsoft Fabric (OneLake) - QLIK_QVD: Qlik-managed QVD - QLIK_QVD_CUSTOMER_MANAGED: Customer-managed QVD - QLIK_OPEN_LAKEHOUSE: Qlik Open Lakehouse - NONE: No platform (e.g. replication-only projects)

## Other responses

- `400` — Bad Request
- `404` — Not Found

---

[API](https://skmtc.net/qlik/apis/di-projects.md) · [All operations](https://skmtc.net/qlik/apis/di-projects/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/qlik/di-projects/revisions/0b4ba82dbf6f/schema)
