---
title: "GET /favorites"
method: GET
path: "/favorites"
tags: ["Favorites"]
---

# GET /favorites

`GET /favorites`

Retrieves all the favorites-lists for the company

## Response `200`

OK

- FavoriteInfo[]
  - `id` string, uuid
  - `owner` string, nullable
  - `label` string, nullable
  - `created` string, date-time
  - `isPublic` boolean
  - `isPrevedere` boolean
  - `count` integer

## Other responses

- `429` — If the user has sent too many requests

---

[API](https://skmtc.net/prevedere/apis/board-foresight-api-v1.md) · [All operations](https://skmtc.net/prevedere/apis/board-foresight-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/prevedere/board-foresight-api-v1/revisions/c5ac8232e334/schema)
