> ## Documentation Index
> Fetch the complete documentation index at: https://docs.elumenta.ru/llms.txt
> Use this file to discover all available pages before exploring further.

# List API Keys

> Get all API keys for your account

```bash theme={null}
curl https://elumenta.ru/api/v2/keys \
  -H "Authorization: Bearer nb_YOUR_API_KEY"
```

```json theme={null}
[
  {
    "id": 12,
    "name": "my-app-production",
    "key_preview": "nb_xxxx...abc",
    "created_at": "2026-03-01T10:00:00Z",
    "last_used_at": "2026-03-08T11:45:00Z"
  }
]
```
