Get LLM Provider's ApiKey by id

Get LLM Provider's ApiKey by id

Path parameters

idstringRequiredformat: "uuid"

Response

LLMProviderApiKey resource
providerenum
idstringOptionalRead-onlyformat: "uuid"
api_keystringOptional
namestringOptional0-150 characters
provider_namestringOptional0-150 characters

Provider name - required for custom LLM and Bedrock providers to uniquely identify them (e.g., ‘ollama’, ‘vllm’, ‘Bedrock us-east-1’). Must not be blank for custom and Bedrock providers. Should not be set for standard providers (OpenAI, Anthropic, etc.). This requirement is conditional and validation is enforced programmatically.

headersmap from strings to stringsOptional
configurationmap from strings to stringsOptional
base_urlstringOptionalformat: "(?s)^\s*(\S.*\S|\S)\s*$"
created_atdatetimeOptionalRead-only
created_bystringOptionalRead-only
last_updated_atdatetimeOptionalRead-only
last_updated_bystringOptionalRead-only
read_onlybooleanOptionalRead-only

If true, this provider is system-managed and cannot be edited or deleted

Errors

404
Not Found Error