---
title: "List Provider Specs"
method: GET
path: "/v1/workspaces/{workspace}/provider-specs/"
tags: ["v1", "protected", "provider-specs"]
---

# List Provider Specs

`GET /v1/workspaces/{workspace}/provider-specs/`

List all provider specifications.

## Path parameters

- `workspace` string, required — Slug of the workspace the request acts in

## Query parameters

- `is_builtin` boolean, nullable

## Response `200`

Successful Response

- ProviderSpecResponse[]
  - `created_at` string, required
  - `description` string, nullable, required
  - `icon` string, nullable, required
  - `icon_url` string, nullable, required
  - `id` string, required
  - `is_builtin` boolean, required
  - `name` string, required
  - `provider_key` string, required
  - `provider_type` string, required
  - `updated_at` string, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-26** `d3ad8e1a3681` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/agentarea/apis/agentarea-api/changes/v1/workspaces/:workspace/provider-specs/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.dev/agentarea/apis/agentarea-api/revisions/d3ad8e1a3681?raw)
