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

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

## Changes

- **2025-10-16** `9bd3e81318d7` — 2 info
  - the endpoint scheme security `OAuth2PasswordBearer` was added to the API
  - the endpoint scheme security `OAuth2PasswordBearerCookie` was removed from the API

[Change 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/9bd3e81318d7/schema)
