---
title: "List Stored Providers"
method: GET
path: "/v1/provider-credentials"
tags: ["providers"]
---

# List Stored Providers

`GET /v1/provider-credentials`

List runtime-stored providers. Keys are never returned, only ``last4``.

## Response `200`

Successful Response

- StoredProviderResponse[]
  - `api_base` string, nullable
  - `client_args` object
  - `created_at` string, nullable
  - `decryptable` boolean
  - `instance` string, required
  - `last4` string, nullable
  - `provider_type` string, nullable
  - `updated_at` string, nullable

## Changes

> 132 revisions in range; 1 not diffed.

- **2026-07-20** `d9a87177ce4a` — 1 info
  - the endpoint scheme security `XApiKeyAuth` was added to the API
- **2026-07-20** `57a38fb88fa7` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/mozilla-ai/apis/otari/changes/v1/provider-credentials/get.md)

---

[API](https://skmtc.dev/mozilla-ai/apis/otari.md) · [All operations](https://skmtc.dev/mozilla-ai/apis/otari/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mozilla-ai/otari/revisions/1a5cf829e593/schema)
