---
search:
  tags:
    - account
    - GET
seo:
  description: >-
    Returns all favorites for the authenticated user, sorted by custom sort…
    Reference for the GET /account/favorites endpoint in the Leadtime Public API
    API.
sidebar:
  badge: GET
  label: Get list of favorites
title: Get list of favorites
type: openapi-operation
---
Returns all favorites for the authenticated user, sorted by custom sort order (if set) or creation date. Each favorite includes entity-specific metadata:

**Task favorites:** Include `shortNumber` and `title`
**Project favorites:** Include `shortNumber`, `shortName` (e.g., "ORG-123"), and `name`
**Organization favorites:** Include `shortName` and `name`
**Command favorites:** Include `id` and `name`

Deleted entities are automatically excluded from the results. The favorites list is user-specific and workspace-scoped. Use the toggle endpoint to add or remove favorites.

<Operation source="api-reference" id="favoritescontroller-list" />
