---
title: "List Projects Tree"
method: GET
path: "/v0/projects/tree"
tags: ["Projects"]
---

# List Projects Tree

`GET /v0/projects/tree`

Return all projects the user can access with their icons and interface names.

When using a personal API key, returns only personal projects.
When using an organization API key, returns only that organization's projects.

## Response `200`

Successful Response

- ProjectTreeItem[]
  - `project_name` string, required
  - `icon` string, required
  - `order` integer, required
  - `interfaces` InterfaceInfo[], required
    - `name` string, required
    - `icon` string, required
    - `order` integer, required
    - `tabs` TabInfo[], required
      - `name` string, required
      - `icon` string, required
      - `order` integer, required
  - `favorite` boolean
  - `position` integer, nullable

---

[API](https://skmtc.net/unify/apis/unifyai-http-api-reference.md) · [All operations](https://skmtc.net/unify/apis/unifyai-http-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unify/unifyai-http-api-reference/versions/900377f918b6/schema)
