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

# List Provider Keys

`GET /api/provider-keys`

List the caller's live keys. Secrets are never returned.

## Response `200`

Successful Response

- GrantResponse[]
  - `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/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)
