---
title: "List Api Keys"
method: POST
path: "/admin/list-api-keys"
tags: ["Admin"]
---

# List Api Keys

`POST /admin/list-api-keys`

Lists all API keys for the specified organization.

## Request body

- ListAPIKeysRequest
  - `organization_id` string, uuid, required — The organization ID to list API keys for.

## Response `200`

Successful Response

- ListAPIKeysResponse
  - `api_keys` APIKeyInfo[], required — The list of API keys associated with this organization.
    - `id` string, uuid, required — The API key ID
    - `created_at` string, date-time, required — When the API key was created
    - `name` string, required — The name of the API key
    - `permission` 'all' | 'read_only', required
    - `created_by` string, nullable, required — Who created this API key
    - `api_key` string, required — The API key itself

## Other responses

- `404` — Not Found
- `422` — Validation Error

## Changes

- **2026-01-21** `b5badb138367` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/zeroentropy-ai/apis/zeroentropy-api/changes/admin/list-api-keys/post.md)

---

[API](https://skmtc.dev/zeroentropy-ai/apis/zeroentropy-api.md) · [All operations](https://skmtc.dev/zeroentropy-ai/apis/zeroentropy-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/zeroentropy-ai/zeroentropy-api/revisions/5ff1b24060b9/schema)
