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

# List API keys

`GET /v1/api-keys`

List all API keys for an organization

## Query parameters

- `organizationId` string, uuid

## Response `200`

Default Response

- object
  - `apiKeys` object[], required
    - `id` string, required
    - `name` string, required
    - `organizationId` string, required
    - `createdAt` string, required
    - `expiresAt` string, nullable
    - `lastUsedAt` string, nullable
    - `enabled` boolean, required
    - `scopes` string[], required

## Other responses

- `400` — Default Response
- `401` — Default Response
- `403` — Default Response
- `500` — Default Response

## Changes

- **2026-08-11** `6ac11cc265be` — 6 info
  - added the new optional `query` request parameter `organizationId`
  - added the media type `application/json` for the response with the status `200`
  - added the non-success response with the status `400`
  - added the non-success response with the status `401`
  - …2 more

[Change history](https://skmtc.dev/printhiv3d/apis/hive-api-documentation/changes/v1/api-keys/get.md)

---

[API](https://skmtc.dev/printhiv3d/apis/hive-api-documentation.md) · [All operations](https://skmtc.dev/printhiv3d/apis/hive-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/printhiv3d/hive-api-documentation/revisions/d3534718dbba/schema)
