---
title: "Get inference API key details"
method: GET
path: "/project/{project_id}/inference-api-key/{inference_api_key_id}"
tags: ["Inference Api Key"]
---

# Get inference API key details

`GET /project/{project_id}/inference-api-key/{inference_api_key_id}`

## Response `200`

An Inference API Key

- InferenceApiKey
  - `id` string, required — ID of the inference API key
  - `key` string, required — inference API key data

## Other responses

- `default` — An error response

---

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