LangBot Docs
Knowledge Engines

Get the knowledge engine retrieval schema

Get the JSON Schema for the specified knowledge engine's retrieval parameters.

GET
/api/v1/knowledge/engines/{plugin_id}/retrieval-schema

Get the JSON Schema for the specified knowledge engine's retrieval parameters.

Authorization

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": {}  }}