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

---

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