---
title: "Get all API keys"
method: GET
path: "/v1/manage/apikey"
---

# Get all API keys

`GET /v1/manage/apikey`

Retrieve all existing API keys for the organization

## Response `200`

Successfully retrieved API keys

- GetApiKeysResponse
  - `keys` ApiKeyInfo[], required
    - `id` string, uuid, required
    - `name` string, required
    - `monthly_limit` number, required
    - `monthly_spend` number, required
    - `permissions` GetApiKeyPermissions, required
      - `manage` 'none' | 'read' | 'write', required
      - `completions` 'none' | 'read' | 'write', required
    - `labels` object — Key-value labels for the API key
    - `created_by` User
      - `id` string
      - `email` string
    - `group` APIKeyGroupInfo
      - `id` string, uuid, required — The unique identifier of the group

## Other responses

- `400` — Bad request - malformed payload or invalid parameters.
- `401` — Unauthorized - missing or empty Authorization header.
- `402` — Payment required - organization balance exhausted.
- `403` — Forbidden - invalid token or model not in access list.
- `404` — Not found - provider/model not supported.
- `429` — Rate limit exceeded. Retry after the Retry-After header value.
- `500` — Internal server error.
- `502` — Bad gateway - upstream provider returned an invalid response.

---

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