---
title: "Get Starter Projects"
method: GET
path: "/api/v1/starter-projects/"
tags: ["Flows"]
---

# Get Starter Projects

`GET /api/v1/starter-projects/`

Get a list of starter projects.

## Response `200`

Successful Response

- GraphDumpResponse[]
  - `data` GraphData, required
    - `edges` object[], required
    - `nodes` object[], required
    - `viewport` ViewPort
      - `x` number, required
      - `y` number, required
      - `zoom` number, required
  - `description` string, nullable
  - `endpoint_name` string, nullable
  - `is_component` boolean, nullable
  - `name` string, nullable

## Changes

- **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-12-23** `b0ee9ddb8d9f` — 10 breaking, 11 warning, 2 info
  - response property `items/description` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `items/endpoint_name` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `items/is_component` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `items/name` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - …19 more
- …earlier changes not shown

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