---
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

---

[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)
