---
title: "List Provider Configs"
method: GET
path: "/v1/provider-configs/"
tags: ["v1", "protected", "provider-configs"]
---

# List Provider Configs

`GET /v1/provider-configs/`

List provider configurations.

## Query parameters

- `provider_spec_id` string, uuid, nullable
- `is_active` boolean, nullable

## Response `200`

Successful Response

- ProviderConfigResponse[]
  - `created_at` string, required
  - `created_by` string, required
  - `endpoint_url` string, nullable, required
  - `id` string, required
  - `is_active` boolean, required
  - `is_public` boolean, required
  - `model_instance_ids` string[]
  - `name` string, required
  - `provider_spec_id` string, required
  - `provider_spec_key` string, nullable
  - `provider_spec_name` string, nullable
  - `updated_at` string, required
  - `workspace_id` string, required

## Other responses

- `422` — Validation Error

## Changes

> 19 revisions in range; 6 could not be searched.

- **2026-07-08** `8940d7f77282` — 2 breaking
  - the `items/created_at` response's property type/format changed from `string`/`date-time` to `string`/`` for status `200`
  - the `items/updated_at` response's property type/format changed from `string`/`date-time` to `string`/`` for status `200`

[Change history](https://skmtc.dev/agentarea/apis/agentarea-api/changes/v1/provider-configs/get.md)

---

[API](https://skmtc.dev/agentarea/apis/agentarea-api.md) · [All operations](https://skmtc.dev/agentarea/apis/agentarea-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/agentarea/agentarea-api/revisions/ac18f7025c00/schema)
