Skip to main content
GET
/
api
/
v1
/
knowledge
/
engines
/
{plugin_id}
/
retrieval-schema
获取知识引擎检索配置模式
curl --request GET \
  --url http://localhost:5300/api/v1/knowledge/engines/{plugin_id}/retrieval-schema \
  --header 'X-API-Key: <api-key>'
{
  "code": 0,
  "data": {
    "schema": {}
  }
}

Authorizations

X-API-Key
string
header
required

Path Parameters

plugin_id
string
required

插件 ID(author/name 格式)

Response

200 - application/json

成功

code
integer
Example:

0

data
object