---
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
    - `authMode` 'apiKey' | 'oauth'
    - `hasApiKey` boolean, required
    - `hasOauthCredential` boolean
    - `oauthRegion` 'global' | 'cn', nullable
    - `oauthEmail` string, nullable
    - `modelsJson` string, nullable, required
    - `createdAt` string
    - `updatedAt` string

## Changes

- **2026-03-25** `0c7b6fee82c0` — 4 info
  - added the optional property `providers/items/authMode` to the response with the `200` status
  - added the optional property `providers/items/hasOauthCredential` to the response with the `200` status
  - added the optional property `providers/items/oauthEmail` to the response with the `200` status
  - added the optional property `providers/items/oauthRegion` to the response with the `200` status
- **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/e5a2e2d06dbf/schema)
