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

# List Admin Api Keys

`GET /api/admin/api-keys`

List the admin's own API keys.

Includes revoked keys (with ``revoked_at`` populated) so the admin
can audit their own history. The cleartext token is never
returned; only the prefix + metadata.

## Response `200`

Successful Response

- AdminApiKeyListResponse
  - `items` AdminApiKeyItem[], required
    - `id` integer, required
    - `label` string, required
    - `key_prefix` string, required
    - `created_at` string, required
    - `last_used_at` string, nullable, required
    - `revoked_at` string, nullable, required

## Changes

- **2026-08-14** `e202091512bc` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/mozilla-ai/apis/clawbolt/changes/api/admin/api-keys/get.md)

---

[API](https://skmtc.dev/mozilla-ai/apis/clawbolt.md) · [All operations](https://skmtc.dev/mozilla-ai/apis/clawbolt/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mozilla-ai/clawbolt/revisions/579c110de1b8/schema)
