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

# Get Keys

`GET /v1/dev/keys`

## Response `200`

Successful Response

- DevApiKey[]
  - `created_at` string, date-time, required
  - `id` string, required
  - `key_prefix` string, required
  - `last_used_at` string, date-time, nullable
  - `name` string, required
  - `scopes` string[], nullable

## Other responses

- `401` — Missing or invalid authentication credentials.

## Changes

- **2026-06-29** `a638dcb24d6f` — 3 breaking, 6 info
  - response property `detail` list-of-types was widened by adding types `array and object` to media type `application/json` of response `401`
  - response property `items/last_used_at` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `items/scopes` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - the endpoint scheme security `firebaseBearer` was added to the API
  - …5 more
- **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/3add0ce9bc4f/schema)
