---
title: "List project favorites"
method: GET
path: "/api/v2/cases/projects/favorites"
tags: ["Case Management"]
---

# List project favorites

`GET /api/v2/cases/projects/favorites`

Returns the list of case projects that the current authenticated user has marked as favorites.

## Response `200`

OK

- ProjectFavoritesResponse — Response containing the list of projects the current user has favorited.
  - `data` ProjectFavorite[], required — List of project favorites.
    - `id` string, required — The UUID of the favorited project.
    - `type` 'project_favorite', required — JSON:API resource type for project favorites.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `429` — Too many requests

---

[API](https://skmtc.net/datadog/apis/api-v2.md) · [All operations](https://skmtc.net/datadog/apis/api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/datadog/api-v2/versions/da68bf029e4c/schema)
