---
title: "List organization API keys"
method: GET
path: "/organization/admin_api_keys"
---

# List organization API keys

`GET /organization/admin_api_keys`

Retrieve a paginated list of organization admin API keys.

## Query parameters

- `after` string, nullable — Return keys with IDs that come after this ID in the pagination order.
- `order` 'asc' | 'desc' — Order results by creation time, ascending or descending.
- `limit` integer — Maximum number of keys to return.

## Response `200`

A list of organization API keys.

- ApiKeyList
  - `object` string
  - `data` AdminApiKey[]
    - `object` string
    - `id` string
    - `name` string
    - `redacted_value` string
    - `value` string
    - `created_at` integer
    - `owner` object
      - `type` string
      - `id` string
      - `name` string
      - `created_at` integer
      - `role` string
  - `has_more` boolean
  - `first_id` string
  - `last_id` string

## Changes

- **2025-01-31** `fc164a27fdb9` — 2 info
  - the endpoint scheme security `basic_identity_edge` was removed from the API
  - the endpoint scheme security `bearer_identity_edge` was removed from the API
- **2025-01-31** `15156e46769c` — 2 info
  - the endpoint scheme security `basic_identity_edge` was added to the API
  - the endpoint scheme security `bearer_identity_edge` was added to the API
- **2025-01-22** `bdebcdfcbbde` — 2 info
  - the endpoint scheme security `basic_identity_edge` was removed from the API
  - the endpoint scheme security `bearer_identity_edge` was removed from the API
- **2024-12-18** `8fbbc11fa933` — 1 info
  - added the optional property `data/items/value` to the response with the `200` status
- **2024-12-18** `d311deacd11a` — 1 info
  - endpoint added

[Full history](https://skmtc.dev/openai/apis/openapi/changes/organization/admin_api_keys/get.md)

---

[API](https://skmtc.dev/openai/apis/openapi.md) · [All operations](https://skmtc.dev/openai/apis/openapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openai/openapi/revisions/6ab43fe7798e/schema)
