---
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 — unresolved $ref

## Other responses

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

## Changes

- **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.dev/smithery-ai/apis/smithery-platform-api/revisions/01f97a60fd96?raw)
