---
title: "GET /v1/console/model-square/favorites"
method: GET
path: "/v1/console/model-square/favorites"
tags: ["ConsoleModelSquareService"]
---

# GET /v1/console/model-square/favorites

`GET /v1/console/model-square/favorites`

ListFavorites 查询我的收藏列表（默认 4 个，showAll=true 返回全部）。
 ListFavorites lists the current user's favorites (4 by default; showAll=true returns all).

## Query parameters

- `showAll` boolean
- `limit` integer

## Response `200`

OK

- ModelsquareV1ListFavoritesReply — ListFavoritesReply 我的收藏列表响应。/ ListFavoritesReply is the favorites list reply.
  - `favoriteCount` integer — 当前用户全部未取消收藏数量（不受 limit 影响）。/ Total active favorites (not affected by limit).
  - `items` ModelsquareV1FavoriteItem[]
    - `callCountDisplay` string
    - `contextDisplay` string
    - `favoriteAt` string, date-time
    - `favoriteId` integer
    - `favorited` boolean
    - `iconUrl` string
    - `inputPriceDisplay` string
    - `jumpUrl` string
    - `logoText` string
    - `modelId` integer
    - `modelName` string
    - `providerName` string
    - `sort` integer
    - `tags` string[]
    - `tagsZh` string[]

---

[API](https://skmtc.dev/apiqik/apis/apiqik-api.md) · [All operations](https://skmtc.dev/apiqik/apis/apiqik-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/apiqik/apiqik-api/revisions/e06b96127408/schema)
