---
title: "List API Keys"
method: GET
path: "/v1/users/self/api-keys"
tags: ["User"]
---

# List API Keys

`GET /v1/users/self/api-keys`

## Response `200`

OK

- RepoAPIKeyOut[]
  - `createdAt` string
  - `expiresAt` string, nullable
  - `id` string
  - `lastUsedAt` string, nullable
  - `name` string
  - `userId` string

## Changes

- **2026-05-10** `d2fe3ff78a2d` — 1 info
  - endpoint added
- **2024-11-29** `19794fb70c24` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/sysadminsmedia/apis/homebox-api/changes/v1/users/self/api-keys/get.md)

---

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