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

# List API keys

`GET /api/api-keys`

Lists keys created by the authenticated account. API keys need the `api_keys:read` scope.

## Response `200`

API key metadata. Plaintext key values are never returned after creation.

- ApiKey[]
  - `id` string, uuid
  - `name` string
  - `scopes` ApiKeyScope[]
  - `createdAt` string, date-time
  - `lastUsedAt` string, date-time, nullable
  - `revokedAt` string, date-time, nullable

## Other responses

- `401` — Missing, invalid, revoked, or expired credentials.
- `403` — Credential is valid but cannot perform this action.

---

[API](https://skmtc.net/carboncopyinc/apis/blueprints-api.md) · [All operations](https://skmtc.net/carboncopyinc/apis/blueprints-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/carboncopyinc/blueprints-api/revisions/821dba6e3373/schema)
