---
title: "List Api Keys"
method: GET
path: "/v0/api-keys"
tags: ["API Keys"]
---

# List Api Keys

`GET /v0/api-keys`

List all API keys for the authenticated user.

Returns both personal API keys and organization-specific API keys,
grouped by organization.

## Response `200`

Successful Response

- ApiKeysListResponse — Response model for listing API keys.
  - `personal_keys` ApiKeyResponse[], required
    - `id` integer, required
    - `name` string, required
    - `key` string, required — The full API key
    - `created_at` string, date-time, required
    - `organization_id` integer, nullable
    - `organization_name` string, nullable
  - `organization_keys` object, required — Organization keys grouped by organization name

---

[API](https://skmtc.net/unify/apis/unifyai-http-api-reference.md) · [All operations](https://skmtc.net/unify/apis/unifyai-http-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unify/unifyai-http-api-reference/revisions/900377f918b6/schema)
