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

# Read Projects

`GET /api/v1/projects/`

## Response `200`

Successful Response

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

---

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