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

# List Personal API Keys

`GET /v1/user/api-keys`

Returns a paginated list of personal API keys for the authenticated user.

## Query parameters

- `page` integer
- `limit` integer

## Response `200`

Successful response

## Other responses

- `401` — Unauthorized - Invalid or missing API key
- `500` — Internal server error

---

[API](https://skmtc.dev/tryreplicas/apis/replica-api.md) · [All operations](https://skmtc.dev/tryreplicas/apis/replica-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tryreplicas/replica-api/revisions/aa3b4c932f7a/schema)
