---
title: "List the authenticated user's API keys"
method: GET
path: "/v1/user/api_keys"
tags: ["api_keys"]
---

# List the authenticated user's API keys

`GET /v1/user/api_keys`

Retrieve the API keys belonging to the currently authenticated user. The keys themselves are not recoverable and are never included in the response.

## Response `200`

The authenticated user's API keys.

- GetApiKeysResponseBody
  - `data` ApiKey[], required
    - `id` string, required
    - `name` string, required
    - `description` string, nullable
    - `created_at` string, date-time, required
    - `expires_at` string, date-time, nullable

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/arize-ai/apis/arize-phoenix-rest-api.md) · [All operations](https://skmtc.net/arize-ai/apis/arize-phoenix-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/arize-ai/arize-phoenix-rest-api/versions/a14d8ad6f708/schema)
