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

# Read Project

`GET /api/v1/projects/{project_id}`

## Path parameters

- `project_id` string, uuid, required

## Query parameters

- `page` integer, nullable
- `size` integer, nullable
- `is_component` boolean
- `is_flow` boolean
- `search` string

## Response `200`

Successful Response

- union
  - FolderWithPaginatedFlows
    - `flows` PageFlowRead, required
      - `items` FlowRead[], required
        - `access_type` 'PRIVATE' | 'PUBLIC'
        - `action_description` string, nullable — The description of the action associated with the flow
        - `action_name` string, nullable — The name of the action associated with the flow
        - `data` object, nullable
        - `description` string, nullable
        - `endpoint_name` string, nullable
        - `folder_id` string, uuid, nullable, required
        - `gradient` string, nullable
        - `icon` string, nullable
        - `icon_bg_color` string, nullable
        - `id` string, uuid, required
        - `is_component` boolean, nullable
        - `locked` boolean, nullable
        - `mcp_enabled` boolean, nullable — Can be exposed in the MCP server
        - `name` string, required
        - `name_key` string, nullable — Stable i18n key derived from the original English name
        - `tags` string[], nullable — The tags of the flow
        - `updated_at` string, date-time, nullable
        - `user_id` string, uuid, nullable, required
        - `webhook` boolean, nullable — Can be used on the webhook endpoint
        - `workspace_id` string, uuid, nullable
      - `page` integer, required
      - `pages` integer, required
      - `size` integer, required
      - `total` integer, required
    - `folder` FolderRead, required
      - `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
  - FolderReadWithFlows
    - `auth_settings` object, nullable — Authentication settings for the folder/project
    - `description` string, nullable
    - `flows` FlowRead[]
      - `access_type` 'PRIVATE' | 'PUBLIC'
      - `action_description` string, nullable — The description of the action associated with the flow
      - `action_name` string, nullable — The name of the action associated with the flow
      - `data` object, nullable
      - `description` string, nullable
      - `endpoint_name` string, nullable
      - `folder_id` string, uuid, nullable, required
      - `gradient` string, nullable
      - `icon` string, nullable
      - `icon_bg_color` string, nullable
      - `id` string, uuid, required
      - `is_component` boolean, nullable
      - `locked` boolean, nullable
      - `mcp_enabled` boolean, nullable — Can be exposed in the MCP server
      - `name` string, required
      - `name_key` string, nullable — Stable i18n key derived from the original English name
      - `tags` string[], nullable — The tags of the flow
      - `updated_at` string, date-time, nullable
      - `user_id` string, uuid, nullable, required
      - `webhook` boolean, nullable — Can be used on the webhook endpoint
      - `workspace_id` string, uuid, nullable
    - `id` string, uuid, required
    - `name` string, required
    - `parent_id` string, uuid, nullable, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-06-08** `a5c4fa6a88f7` — 4 info
  - added the optional property `anyOf[subschema #1: FolderWithPaginatedFlows]/flows/items/items/name_key` to the response with the `200` status
  - added the optional property `anyOf[subschema #1: FolderWithPaginatedFlows]/flows/items/items/workspace_id` to the response with the `200` status
  - added the optional property `anyOf[subschema #2: FolderReadWithFlows]/flows/items/name_key` to the response with the `200` status
  - added the optional property `anyOf[subschema #2: FolderReadWithFlows]/flows/items/workspace_id` to the response with the `200` status
- **2026-03-18** `e94ee92b7c9a` — 1 warning, 3 info
  - removed the optional property `anyOf[subschema #1: FolderWithPaginatedFlows]/flows/items/items/fs_path` from the response with the `200` status
  - the response property `anyOf[subschema #1: FolderWithPaginatedFlows]/flows/items/items/folder_id` became required for the status `200`
  - the response property `anyOf[subschema #1: FolderWithPaginatedFlows]/flows/items/items/id` became required for the status `200`
  - the `tags` response's property default value `` was removed for the status `200`
- **2026-03-12** `830c31118215` — 2 info
  - added the optional property `detail/items/ctx` to the response with the `422` status
  - added the optional property `detail/items/input` to the response with the `422` status
- …earlier changes not shown

[Full history](https://skmtc.dev/langflow-ai/apis/langflow/changes/api/v1/projects/:project_id/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/a5c4fa6a88f7/schema)
