Catalog
Get service parameters
Retrieves the configuration schema (JSON Schema) for a specific service. Returns a JSON Schema object with properties that define the service's configurable parameters.
get/services/{id}/params
Path parameters
idstring required
Service ID (e.g., 'chat', 'digitize', 'similarity')
Query parameters
runtimestring
Target runtime type: 'podman' or 'openshift'. Defaults to server runtime when absent.
Response
JSON Schema object with $schema, type, and properties defining service parameters
object required