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

# List organization API keys

`GET /v1/api-keys`

Returns the API keys that belong to the selected organization.

## Response `200`

Organization API keys

- OrganizationApiKeyListResponse
  - `apiKeys` OrganizationApiKey[], required
    - `id` string, required
    - `configId` string, required
    - `name` string, nullable, required
    - `start` string, nullable, required
    - `prefix` string, nullable, required
    - `enabled` boolean, required
    - `rateLimitEnabled` boolean, required
    - `rateLimitMax` integer, nullable, required
    - `rateLimitTimeWindow` integer, nullable, required
    - `lastRequest` string, date-time, nullable, required
    - `expiresAt` string, date-time, nullable, required
    - `createdAt` string, date-time, required
    - `updatedAt` string, date-time, required
    - `owner` OrganizationApiKeyOwner, required
      - `userId` string, typeid, required — Den TypeID with 'usr_' prefix and a 26-character base32 suffix.
      - `memberId` string, typeid, required — Den TypeID with 'om_' prefix and a 26-character base32 suffix.
      - `name` string, required
      - `email` string, email, required
      - `image` string, nullable, required

## Other responses

- `400` — Invalid request
- `401` — Unauthorized
- `403` — Only workspace owners and admins can list API keys.
- `404` — Organization not found

---

[API](https://skmtc.net/openworklabs/apis/den-api.md) · [All operations](https://skmtc.net/openworklabs/apis/den-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openworklabs/den-api/versions/55ba7d5c7a7b/schema)
