Get LLM Provider's ApiKey by id

Get LLM Provider's ApiKey by id

Path Parameters

idstringRequiredformat: "uuid"

Response

LLMProviderApiKey resource
providerenum
idstring or nullformat: "uuid"
api_keystring or null
namestring or null0-150 characters
provider_namestring or null0-150 characters

Provider name - required for custom LLM providers to uniquely identify them (e.g., ‘ollama’, ‘vllm’). Must not be blank for custom 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 or null
configurationmap from strings to strings or null
base_urlstring or nullformat: "(?s)^\s*(\S.*\S|\S)\s*$"
created_atstring or nullformat: "date-time"
created_bystring or null
last_updated_atstring or nullformat: "date-time"
last_updated_bystring or null

Errors