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

# List workspace API keys

`GET /api/workspace/api-keys`

[cloud-only] Returns the list of API keys for the current workspace.

## Response `200`

API key list

- WorkspaceApiKey[]
  - `id` string, required
  - `name` string, required
  - `prefix` string — First few characters of the key for identification
  - `created_at` string, date-time
  - `last_used_at` string, date-time, nullable
  - `created_by` string

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

## Changes

- **2026-05-08** `c9640fded659` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/comfy-org/apis/comfyui-api/changes/api/workspace/api-keys/get.md)

---

[API](https://skmtc.dev/comfy-org/apis/comfyui-api.md) · [All operations](https://skmtc.dev/comfy-org/apis/comfyui-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/comfy-org/comfyui-api/revisions/c9640fded659/schema)
