---
title: "List all inference API keys"
method: GET
path: "/project/{project_id}/inference-api-key"
tags: ["Inference Api Key"]
---

# List all inference API keys

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

## Response `200`

A list of Inference API Keys

- object
  - `items` InferenceApiKey[], required
    - `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.net/ubicloud/apis/clover-api.md) · [All operations](https://skmtc.net/ubicloud/apis/clover-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ubicloud/clover-api/revisions/c2f3fa2cbfaa/schema)
