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

# Get Api Key

`GET /me/api-keys/{api_key_id}`

Get API Key by ID

## Path parameters

- `api_key_id` integer, required

## Response `200`

Successfully retrieved API key

- ApiKey — API Key
  - `id` integer, required
  - `user_id` string, required
  - `name` string, required
  - `archived` boolean
  - `api_key` string, required

## Other responses

- `404` — API key not found
- `422` — Validation Error
- `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)
