---
title: "List API keys"
method: GET
path: "/v1/api_keys"
tags: ["API Keys"]
---

# List API keys

`GET /v1/api_keys`

Lists all API keys for the authenticated organization. Note that full key values are never returned — only the prefix and suffix for display.

## Response `200`

Successful response

- ListApiKeysResponse
  - `api_keys` ApiKey[], required
    - `id` string, required — Unique API key identifier (e.g. `akey_CjXuYOtW`).
    - `name` string, required — Human-readable key name.
    - `key_prefix` string, required — The prefix portion of the key (e.g. `sk-prod`).
    - `key_suffix` string, required — The last few characters of the key, for display.
    - `created_by` string, required — Name or identifier of the user who created the key.
    - `created_at` string, date-time, required — ISO 8601 timestamp.
    - `last_used_at` string, date-time, nullable, required — ISO 8601 timestamp of the last request authenticated with this key, or `null` if never used.

## Other responses

- `401` — Missing or invalid API key.

---

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