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

# List user API keys

`GET /user-api-keys`

List all user API keys for the project with their metadata and status

## Query parameters

- `user_id` string

## Response `200`

Successful response

- object
  - `items` object[], required
    - `id` string, required
    - `description` string, required
    - `expires_at_millis` number
    - `manually_revoked_at_millis` number
    - `created_at_millis` number, required
    - `is_public` boolean, required
    - `value` object, required
      - `last_four` string, required
    - `type` 'user', required
    - `user_id` string, required — The ID of the user, or the special value `me` for the currently authenticated user
  - `pagination` object
    - `next_cursor` 'null', nullable — The cursor to fetch the next page of results. null if there is no next page.

---

[API](https://skmtc.net/hexclave/apis/hexclave-rest-api-3.md) · [All operations](https://skmtc.net/hexclave/apis/hexclave-rest-api-3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hexclave/hexclave-rest-api-3/revisions/9b9326fe08a5/schema)
