---
title: "GET /api/v1/providers"
method: GET
path: "/api/v1/providers"
tags: ["Providers"]
---

# GET /api/v1/providers

`GET /api/v1/providers`

## Response `200`

Provider list

- object
  - `providers` object[], required
    - `id` string, required
    - `providerId` string, required
    - `displayName` string, nullable, required
    - `enabled` boolean, required
    - `baseUrl` string, nullable, required
    - `hasApiKey` boolean, required
    - `modelsJson` string, nullable, required
    - `createdAt` string
    - `updatedAt` string

## Changes

- **2026-03-19** `239b3cc94d80` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/nexu-io/apis/nexu-controller-api/changes/api/v1/providers/get.md)

---

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