Catalog
Get component provider parameters
Retrieves the configuration schema (JSON Schema) for a specific provider within a component type. Returns a JSON Schema object with properties that may include x-data-id for fields that should be populated from metadata specifications.
get/components/{component_type}/providers/{provider_id}/params
Path parameters
component_typestring required
Component type (e.g., 'vector_db', 'llm', 'embedding', 'reranker')
provider_idstring required
Provider identifier (e.g., 'opensearch', 'vllm', 'watsonx')
Response
JSON Schema object with $schema, type, and properties. Properties may include x-data-id field indicating data should be populated from metadata specifications (e.g., supported_models)
object required