---
title: "Read Projects"
method: GET
path: "/api/v1/projects/"
tags: ["Projects"]
---

# Read Projects

`GET /api/v1/projects/`

## Response `200`

Successful Response

- FolderListRead[]
  - `auth_settings` object, nullable — Authentication settings for the folder/project
  - `description` string, nullable
  - `id` string, uuid, required
  - `is_owner` boolean, required
  - `name` string, required
  - `owner_username` string, nullable
  - `parent_id` string, uuid, nullable, required

## Changes

- **2026-09-01** `088c1fc24528` — 2 info
  - added the optional property `items/owner_username` to the response with the `200` status
  - added the required property `items/is_owner` to the response with the `200` status
- **2026-03-06** `0be341779529` — 2 info
  - the endpoint scheme security `OAuth2PasswordBearerCookie` was added to the API
  - the endpoint scheme security `OAuth2PasswordBearer` was removed from the API
- **2026-02-18** `191b57fc530b` — 2 info
  - the endpoint scheme security `OAuth2PasswordBearer` was added to the API
  - the endpoint scheme security `OAuth2PasswordBearerCookie` was removed from the API
- **2026-02-10** `0be341779529` — 2 info
  - the endpoint scheme security `OAuth2PasswordBearerCookie` was added to the API
  - the endpoint scheme security `OAuth2PasswordBearer` was removed from the API
- **2025-10-16** `9bd3e81318d7` — 2 info
  - the endpoint scheme security `OAuth2PasswordBearer` was added to the API
  - the endpoint scheme security `OAuth2PasswordBearerCookie` was removed from the API

[Change history](https://skmtc.dev/langflow-ai/apis/langflow/changes/api/v1/projects/get.md)

---

[API](https://skmtc.dev/langflow-ai/apis/langflow.md) · [All operations](https://skmtc.dev/langflow-ai/apis/langflow/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/langflow-ai/langflow/revisions/088c1fc24528/schema)
