Get LLM Provider's ApiKey by id

Get LLM Provider's ApiKey by id

Path parameters

idstringRequiredformat: "uuid"

Response

LLMProviderApiKey resource
providerenum
idstringRead-onlyformat: "uuid"
api_keystring
namestring0-150 characters
provider_namestring0-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 strings
configurationmap from strings to strings
base_urlstringformat: "(?s)^\s*(\S.*\S|\S)\s*$"
created_atdatetimeRead-only
created_bystringRead-only
last_updated_atdatetimeRead-only
last_updated_bystringRead-only
read_onlybooleanRead-only

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

Errors

404
Not Found Error