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

# List all API keys

`GET /v1/api-keys`

## Response `200`

Returns list of API keys

- object
  - `data` object[], required
    - `id` string, uuid, required
    - `name` string, required
    - `expiresAt` string, date-time, nullable, required
    - `createdAt` string, date-time, required
    - `updatedAt` string, date-time, required
    - `lastUsedAt` string, date-time, nullable, required
    - `keyFormat` string, required

## Changes

- **2026-05-12** `1c1eaa6f8dc7` — 1 info
  - api operation id `getApiKeys` removed and replaced with `listApiKeys`
- **2026-05-07** `967c41f60844` — 1 info
  - api operation id `listApiKeys` removed and replaced with `getApiKeys`

[Change history](https://skmtc.dev/akash-network/apis/akash-network-console-api/changes/v1/api-keys/get.md)

---

[API](https://skmtc.dev/akash-network/apis/akash-network-console-api.md) · [All operations](https://skmtc.dev/akash-network/apis/akash-network-console-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/akash-network/akash-network-console-api/revisions/8c068a3af6fe/schema)
