---
title: "GET /v1/orgs/:slug/api-keys — list API keys (Member+)."
method: GET
path: "/v1/orgs/{slug}/api-keys"
tags: ["api-keys"]
---

# GET /v1/orgs/:slug/api-keys — list API keys (Member+).

`GET /v1/orgs/{slug}/api-keys`

Admins and owners see all keys. Members see only their own keys.

## Path parameters

- `slug` string, required

## Query parameters

- `cursor` string
- `limit` integer

## Response `200`

Paginated list of API keys

- PaginatedApiKeyResponse — Paginated list of API keys (OpenAPI schema for `PaginatedResponse<ApiKeyResponse>`).
  - `data` ApiKeyResponse[], required
    - `created_at` string, date-time, required
    - `expires_at` string, date-time, nullable
    - `id` string, uuid, required
    - `name` string, required
  - `has_more` boolean, required
  - `next_cursor` string, nullable

## Other responses

- `401` — Unauthorized
- `403` — Insufficient permissions

---

[API](https://skmtc.dev/microsandbox/apis/microsandbox-api.md) · [All operations](https://skmtc.dev/microsandbox/apis/microsandbox-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/microsandbox/microsandbox-api/revisions/23f2a45cb09b/schema)
