---
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

---

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