---
title: "Read Basic Examples"
method: GET
path: "/api/v1/flows/basic_examples/"
tags: ["Flows"]
---

# Read Basic Examples

`GET /api/v1/flows/basic_examples/`

Retrieve a list of basic example flows.

## Response `200`

Successful Response

- 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

## Changes

- **2026-06-08** `a5c4fa6a88f7` — 2 info
  - added the optional property `items/name_key` to the response with the `200` status
  - added the optional property `items/workspace_id` to the response with the `200` status
- **2025-10-16** `9bd3e81318d7` — 2 warning
  - removed the optional property `items/name_key` from the response with the `200` status
  - removed the optional property `items/workspace_id` from the response with the `200` status

[Change history](https://skmtc.dev/langflow-ai/apis/langflow/changes/api/v1/flows/basic_examples/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)
