---
title: "List User Keys"
method: GET
path: "/v1/user/keys/"
tags: ["User"]
---

# List User Keys

`GET /v1/user/keys/`

List public keys for a given username.

This endpoint requires a `username` query parameter and does not require
authentication. The supplied username is resolved to the canonical
`flwr_aid` and used to return the user's public keys.

## Query parameters

- `username` string, required — Username to list public keys for

## Response `200`

Successful Response

- UserPublicKeyResponse[]
  - `public_key_id` string, required
  - `public_key_openssh` string, required
  - `created_at` string, date-time, required

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