---
search:
  tags:
    - account
    - GET
seo:
  description: >-
    Returns all favorites for the authenticated user, sorted by custom sort
    order… Reference for the GET /account/favorites endpoint in the Leadtime
    Public API.
sidebar:
  label: Get list of favorites
  badge: GET
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.

`GET /account/favorites`
