---
title: "List of favorite tasks"
method: GET
path: "/v3/taskPicker/favourites"
tags: ["[v3] Task Picker"]
---

# List of favorite tasks

`GET /v3/taskPicker/favourites`

## Response `200`

OK

- object
  - `data` object
    - `favourites` TaskPickerFavouriteListResponse[]
      - `taskId` integer
      - `name` string
      - `parentId` integer
      - `level` integer
      - `note` string
      - `rootGroupId` integer
      - `archived` integer
      - `billable` boolean
      - `color` string
      - `hasChildren` boolean
      - `disabled` boolean
      - `disableReason` string
      - `isMatched` boolean
    - `suggested` unknown[]
      - unknown
  - `message` string
  - `meta` object
    - `favourites` object
      - `limit` integer

## Other responses

- `403` — The authenticated OAuth2 access token or PAT does not contain any scope accepted by the endpoint.

---

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