---
title: "List team API keys"
method: GET
path: "/organizations/{orgId}/api-keys"
tags: ["organizations"]
---

# List team API keys

`GET /organizations/{orgId}/api-keys`

Returns all API keys belonging to the organization. Requires admin role. Key values are not included in the response.

## Path parameters

- `orgId` string, required

## Response `200`

List of team API keys

- object
  - `apiKeys` TeamApiKey[], required
    - `id` string, required
    - `name` string, required
    - `createdAt` string, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden — user is not an admin

## Changes

- **2026-05-03** `668cd0a22a58` — 1 breaking, 3 info
  - the `apiKeys/items/` response's property type changed from no type to `object` for status `200`
  - added the required property `apiKeys/items/createdAt` to the response with the `200` status
  - added the required property `apiKeys/items/id` to the response with the `200` status
  - added the required property `apiKeys/items/name` to the response with the `200` status
- **2026-04-09** `ca0e2e65019d` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/smithery-ai/apis/smithery-platform-api/changes/organizations/:orgId/api-keys/get.md)

---

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