---
title: "List all user API keys"
method: GET
path: "/v1/users/api_keys"
tags: ["api_keys"]
---

# List all user API keys

`GET /v1/users/api_keys`

Retrieve API keys belonging to human users across the organization. System API keys are excluded. Restricted to admins.

## Query parameters

- `cursor` string, nullable — Cursor for pagination (a UserApiKey GlobalID).
- `limit` integer — The maximum number of API keys to return (at most 1000).

## Response `200`

A paginated list of user API keys and their owners.

- GetAllUserApiKeysResponseBody
  - `data` UserApiKey[], required
    - `id` string, required
    - `name` string, required
    - `description` string, nullable
    - `created_at` string, date-time, required
    - `expires_at` string, date-time, nullable
    - `user` ApiKeyUser, required
      - `id` string, required
      - `username` string, required
      - `email` string, nullable, required
  - `next_cursor` string, nullable, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `422` — Unprocessable Entity

## Changes

- **2026-07-15** `6e152a0a320e` — 1 warning
  - for the `query` request parameter `limit`, the max was set to `1000.00`
- **2026-07-15** `a0ee6e9b8733` — 1 info
  - endpoint added
- **2026-04-29** `c81391216eb5` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/arize-ai/apis/arize-phoenix-rest-api/changes/v1/users/api_keys/get.md)

---

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