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

# List Provider Specs

`GET /v1/provider-specs/`

List all provider specifications.

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

---

[API](https://skmtc.net/agentarea/apis/agentarea-api.md) · [All operations](https://skmtc.net/agentarea/apis/agentarea-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/agentarea/agentarea-api/versions/e3650e48373b/schema)
