---
title: "Check whether the calling member has connected a provider"
method: GET
path: "/v1/oauth-providers/{providerId}/status"
tags: ["Capability Sources"]
---

# Check whether the calling member has connected a provider

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

Read-only. Never returns a token — only whether a connection exists and which scopes/account it covers. Safe to expose to a harness so it can detect "not connected" and tell the human what to do.

## Path parameters

- `providerId` string, required

## Response `200`

Connection status.

- OAuthProviderStatusResponse
  - `providerId` string, required
  - `connected` boolean, required
  - `externalAccountId` string, nullable, required
  - `scopes` string[], nullable, required

## Other responses

- `401` — The caller must be signed in.
- `404` — Unknown providerId.

---

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