---
title: "Get Favorites"
method: GET
path: "/v0/project/favorites"
tags: ["Projects"]
---

# Get Favorites

`GET /v0/project/favorites`

Returns a list of the user's favorite projects, sorted by position.

## Response `200`

List of favorite projects

- FavoriteProjectOut[]
  - `project_name` string, required — The name of the project to favorite
  - `position` integer, required — Position of the project in the favorites list
  - `id` integer, required — Unique identifier for the favorite project

---

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