---
title: "Get Api Keys"
method: GET
path: "/me/api-keys"
tags: ["User API", "API Keys"]
---

# Get Api Keys

`GET /me/api-keys`

Get all API Keys

## Response `200`

Successfully retrieved all API keys

- ApiKeyHidden[]
  - `id` integer, required
  - `user_id` string, required
  - `name` string, required
  - `archived` boolean

## Other responses

- `500` — Internal server error

---

[API](https://skmtc.net/toolhouse/apis/toolhouse-api.md) · [All operations](https://skmtc.net/toolhouse/apis/toolhouse-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/toolhouse/toolhouse-api/versions/6e3bad3564b3/schema)
