---
title: "List Workspace Provider Keys"
method: GET
path: "/v1/workspaces/{workspace_id}/provider-keys"
tags: ["provider-keys"]
---

# List Workspace Provider Keys

`GET /v1/workspaces/{workspace_id}/provider-keys`

The effective view of every key visible to this workspace. Any member of the workspace may read it.

## Path parameters

- `workspace_id` string, uuid, required

## Response `200`

Successful Response

- WorkspaceProviderKeyOverridesPublic
  - `data` WorkspaceProviderKeyOverridePublic[], required
    - `disabled` boolean, required
    - `is_default` boolean, required
    - `is_effective_default` boolean, required
    - `is_effective_enabled` boolean, required
    - `org_provider_key_id` string, uuid, required
    - `workspace_id` string, uuid, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-08-20** `6c2c5c81580a` — 1 info
  - endpoint added
- **2026-08-20** `64b189825111` — 1 breaking
  - api path removed without deprecation
- **2026-08-20** `9bb9f2baf8cd` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/mozilla-ai/apis/otari/changes/v1/workspaces/:workspace_id/provider-keys/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/1be78e895028/schema)
