---
title: "GET /v1/api-keys/provider-key/{providerKeyId}"
method: GET
path: "/v1/api-keys/provider-key/{providerKeyId}"
tags: ["API Key"]
---

# GET /v1/api-keys/provider-key/{providerKeyId}

`GET /v1/api-keys/provider-key/{providerKeyId}`

## Path parameters

- `providerKeyId` string, required

## Response `200`

Ok

- union
  - DecryptedProviderKey
    - `cuid` string, nullable
    - `provider_secret_key` string, nullable, required
    - `provider_key_name` string, nullable, required
    - `provider_name` string, nullable, required
    - `provider_key` string, nullable, required
    - `org_id` string, nullable, required
    - `id` string, nullable, required
  - object
    - `error` string, required

---

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