---
title: "List organization projects"
method: GET
path: "/api/v1/org/projects"
tags: ["Organizations"]
---

# List organization projects

`GET /api/v1/org/projects`

Gets all projects of the current user's organization

## Response `200`

Ok

- ApiOrganizationProjects — List of projects in the current organization
  - `results` OrganizationProject[], required
    - `provisioningSource` string, nullable
    - `expiresAt` string, date-time, nullable, required
    - `warehouseType` 'bigquery' | 'postgres' | 'redshift' | 'snowflake' | 'databricks' | 'trino' | 'clickhouse' | 'athena' | 'duckdb'
    - `upstreamProjectUuid` string, nullable, required
    - `createdAt` string, date-time, required
    - `createdByUserName` string, nullable, required
    - `createdByUserUuid` string, nullable, required
    - `type` 'DEFAULT' | 'PREVIEW', required
    - `name` string, required
    - `projectUuid` string, uuid, required — The unique identifier of the project
  - `status` 'ok', required

## Other responses

- `default` — Error

---

[API](https://skmtc.net/lightdash/apis/lightdash-api.md) · [All operations](https://skmtc.net/lightdash/apis/lightdash-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lightdash/lightdash-api/versions/40c933755c9a/schema)
