---
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

---

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