---
title: "List agent apps available to the current user."
method: GET
path: "/v1/user/agents"
tags: ["User"]
---

# List agent apps available to the current user.

`GET /v1/user/agents`

List agent apps available to the current authenticated user.

## Query parameters

- `federation_id` string, required

## Response `200`

Successful Response

- ListUserAgentsResponse — Response schema for listing user agents.
  - `agents` UserAgentSummary[]
    - `app_id` string, required
    - `display_name` string, nullable
    - `color` 'yellow' | 'sky' | 'emerald' | 'rose' | 'indigo' | 'pink' | 'purple' | 'slate' | 'gray' — Supported agent color themes.
    - `description` string, nullable
    - `fab_hash` string, 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/adf853ac4f41/schema)
