---
title: "Get LLM provider connect payload"
method: GET
path: "/v1/llm-providers/{llmProviderId}/connect"
tags: ["LLM Providers"]
---

# Get LLM provider connect payload

`GET /v1/llm-providers/{llmProviderId}/connect`

Returns one accessible organization LLM provider with the concrete model configuration needed to connect to it.

## Path parameters

- `llmProviderId` string, typeid, required

## Response `200`

Provider connection payload returned successfully.

- LlmProviderResponse
  - `llmProvider` object, required
    - `memberCredential` object
      - `state` 'missing' | 'active' | 'blocked' | 'stale' | 'error', required

## Other responses

- `400` — The provider connect path parameters were invalid.
- `401` — The caller must be signed in to connect to an organization LLM provider.
- `403` — Only members with access can connect to this provider.
- `404` — The provider could not be found.

## Changes

- **2026-08-27** `3f52e8fe4c1b` — 1 info
  - added the optional property `llmProvider/memberCredential` to the response with the `200` status
- **2026-08-20** `93df40e2efd5` — 1 info
  - removed the pattern `^lpr_.*` from the `path` request parameter `llmProviderId`

[Change history](https://skmtc.dev/openworklabs/apis/den-api/changes/v1/llm-providers/:llmProviderId/connect/get.md)

---

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