---
title: "Get Favorite"
method: GET
path: "/v0/project/favorites/{id}"
tags: ["Projects"]
---

# Get Favorite

`GET /v0/project/favorites/{id}`

Returns details of a specific favorite project.

## Path parameters

- `id` integer, required — The ID of the favorite to retrieve

## Response `200`

Favorite project details

- FavoriteProjectOut — Response model for favorite project data.
  - `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

## Other responses

- `404` — Favorite not found
- `422` — Validation Error

---

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