---
title: "List apps starred by a user."
method: GET
path: "/v1/user/{username}/starred"
tags: ["User"]
---

# List apps starred by a user.

`GET /v1/user/{username}/starred`

List apps starred by a user.

## Path parameters

- `username` string, required

## Response `200`

Successful Response

- AppsListResponse — Response schema for listing apps.
  - `apps` AppSummary[], required
    - `app_id` string, required
    - `app_type` 'agentapp' | 'serverapp', required
    - `description` string, nullable, required
    - `signer_users` string[]
    - `star_count` integer, required
    - `total_downloads` integer, required
    - `updated_at` string, date-time, nullable

## Other responses

- `422` — Validation Error

---

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