---
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

---

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