---
title: "Retrieve registry credentials by key"
method: GET
path: "/v1/registry-credential/{key}"
tags: ["registry-credential"]
---

# Retrieve registry credentials by key

`GET /v1/registry-credential/{key}`

## Path parameters

- `key` string, required

## Response `200`

A description of the registry credential

- RegistryCredential
  - `key` string, required — The lookup key for this credential
  - `username` string, required — Username corresponding to this credential
  - `password` string, required — The password for the credential

---

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