Knowledge Engines
Get the knowledge engine retrieval schema
Get the JSON Schema for the specified knowledge engine's retrieval parameters.
Get the JSON Schema for the specified knowledge engine's retrieval parameters.
X-API-Key<token>
In: header
Path Parameters
plugin_id*string
Plugin ID (author/name format)
Response Body
application/json
curl -X GET "https://example.com/api/v1/knowledge/engines/string/retrieval-schema"{ "code": 0, "data": { "schema": {} }}