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

# List Api Keys

`GET /list-api-keys`

List all API keys for the caller's active team with usage statistics.

Keys are team-bound and shared, so every member sees the same set. Does
not return the actual key values.

## Response `200`

Successful Response

- ListAPIKeysResponse — Response model for listing API keys.
  - `keys` APIKeyInfo[], required
    - `id` string, required
    - `name` string, required
    - `api_key_last_digits` string, required
    - `created_at` string, required
    - `last_used_at` string, nullable
    - `expires_at` string, nullable
    - `team_id` string, nullable
    - `usage_tokens` integer, required
    - `usage_cost` number, required
    - `request_count` integer, required
  - `count` integer, required

---

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