---
title: "List Held Keys"
method: GET
path: "/api/provider-keys/admin/held"
tags: ["provider-keys"]
---

# List Held Keys

`GET /api/provider-keys/admin/held`

Every live grant and who holds it. Secrets are never returned.

## Response `200`

Successful Response

- HeldKeyResponse[]
  - `email` string, required
  - `provider` 'anthropic' | 'openai', required — Model providers ``qkey`` can hand out keys for.
  - `key_hint` string, required
  - `source` string, required
  - `issued_at` string, required

## Changes

- **2026-08-30** `f4de1bab5efb` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/quadrillion/apis/quadrillion-cloud-api/changes/api/provider-keys/admin/held/get.md)

---

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