---
title: "GET /api/v1/api-keys/{apiKeyId}"
method: GET
path: "/api/v1/api-keys/{apiKeyId}"
tags: ["API Keys"]
---

# GET /api/v1/api-keys/{apiKeyId}

`GET /api/v1/api-keys/{apiKeyId}`

Get details of a specific API key

## Path parameters

- `apiKeyId` string, uuid, required — API key ID

## Response `200`

Default Response

- GetApiKeyResponse
  - `apiKey` ApiKey, required
    - `apiKeyId` string, uuid, required — API key ID
    - `tenantId` string, uuid, required — Tenant ID
    - `name` string, required — API key name/label
    - `prefix` string, required — API key prefix for identification
    - `active` boolean, required — Whether the API key is active
    - `createdAt` string, date-time, required — API key creation timestamp
    - `updatedAt` string, date-time, required — API key last update timestamp
    - `lastUsedAt` string, date-time — API key last used timestamp
    - `metadata` Metadata

## Other responses

- `404` — Default Response

---

[API](https://skmtc.net/stables/apis/stables-api.md) · [All operations](https://skmtc.net/stables/apis/stables-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stables/stables-api/revisions/40ed0bdb89e1/schema)
