Skip to main content
GET
/
v1
/
orgs
/
{orgId}
/
llm-providers
List organization LLM providers
curl --request GET \
  --url https://api.openworklabs.com/v1/orgs/{orgId}/llm-providers
{
  "llmProviders": [
    {}
  ]
}

Path Parameters

orgId
string<typeid>
required

Den TypeID with 'org_' prefix and a 26-character base32 suffix.

Required string length: 30
Pattern: ^org_.*

Response

Accessible organization LLM providers returned successfully.

llmProviders
object[]
required