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

# List API keys

`GET /v1/dev/keys`

Retrieve all your developer API keys. Secret key values are not returned — only the prefix is shown.

## Response `200`

List of API keys.

- ApiKey[]
  - `id` string — Unique key identifier.
  - `name` string — Descriptive name.
  - `key_prefix` string — First part of the key (for identification).
  - `created_at` string, date-time
  - `last_used_at` string, date-time, nullable — When the key was last used.
  - `scopes` string[], nullable — Permission scopes assigned to the API key. Null for legacy keys (treated as read-only).

## Other responses

- `401` — Invalid or missing API key.

## Changes

- **2026-04-27** `7ee643294766` — 1 info
  - added the optional property `items/scopes` to the response with the `200` status
- **2026-03-24** `b791dc93aa91` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/basedhardware/apis/omi-developer-api/changes/v1/dev/keys/get.md)

---

[API](https://skmtc.dev/basedhardware/apis/omi-developer-api.md) · [All operations](https://skmtc.dev/basedhardware/apis/omi-developer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/basedhardware/omi-developer-api/revisions/e3d644927120/schema)
