---
title: "List API Keys"
method: GET
path: "/api/admin/api-keys"
tags: ["API Keys"]
---

# List API Keys

`GET /api/admin/api-keys`

Returns all API keys for the authenticated project. Key values are masked —
only the prefix is returned.

## Response `200`

List of API keys

- ApiKey[]
  - `id` string
  - `name` string
  - `prefix` string
  - `createdAt` string, date-time
  - `lastUsedAt` string, date-time, nullable

## Other responses

- `401` — Invalid or missing API key

---

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