v18

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-014211,6201.8 MB
gitpod.v1.OnaIntelligenceService

GetOrganizationLLMConfiguration

Gets metadata about a single LLM provider configuration.

The (organization_id, provider) pair identifies the configuration. For security reasons, the actual API key is never returned. Use ListOrganizationLLMConfigurations to enumerate all configurations for an organization.

post/gitpod.v1.OnaIntelligenceService/GetOrganizationLLMConfiguration

Request body

organizationIdstring uuid

organization_id is the ID of the organization to query

provider'anthropic' | 'openai'

provider selects which configuration to retrieve. Combined with organization_id, this uniquely identifies a configuration row.

Response

Success