---
title: "GET /api/v1/model-providers/{providerId}/oauth/status"
method: GET
path: "/api/v1/model-providers/{providerId}/oauth/status"
tags: ["Model Providers"]
---

# GET /api/v1/model-providers/{providerId}/oauth/status

`GET /api/v1/model-providers/{providerId}/oauth/status`

## Path parameters

- `providerId` string, required

## Response `200`

Current OAuth flow status

- object
  - `status` 'idle' | 'pending' | 'completed' | 'failed', required
  - `error` string
  - `models` string[]

---

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