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

# GET /v1/console/model-square/recent-uses

`GET /v1/console/model-square/recent-uses`

ListRecentUses 查询最近使用模型列表（固定最近 4 条）。
 ListRecentUses lists recently used models (fixed latest 4).

## Response `200`

OK

- ModelsquareV1ListRecentUsesReply — ListRecentUsesReply 最近使用列表响应。/ ListRecentUsesReply is the recent-use list reply.
  - `items` ModelsquareV1RecentUseItem[]
    - `callCountDisplay` string
    - `favorited` boolean
    - `iconUrl` string
    - `jumpUrl` string
    - `lastUsedAt` string, date-time
    - `logoText` string
    - `modelId` integer
    - `modelName` string
    - `providerName` string
    - `recentUseId` integer
    - `tags` string[]
    - `tagsZh` string[]
    - `useCount` string
  - `recentUseCount` integer

---

[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)
