---
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
        - `a2a_card_overrides` object, nullable — User overrides for the generated A2A agent card (skill description, examples, tags)
        - `a2a_enabled` boolean, nullable — Can be exposed as an A2A agent (only meaningful when flow_type=agent)
        - `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
        - `flow_type` 'workflow' | 'agent'
        - `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[]
      - `a2a_card_overrides` object, nullable — User overrides for the generated A2A agent card (skill description, examples, tags)
      - `a2a_enabled` boolean, nullable — Can be exposed as an A2A agent (only meaningful when flow_type=agent)
      - `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
      - `flow_type` 'workflow' | 'agent'
      - `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

---

[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)
