メインコンテンツへスキップ
GET
/
api
/
v1
/
knowledge
/
bases
/
{kb_uuid}
Get Knowledge Base Details
curl --request GET \
  --url http://localhost:5300/api/v1/knowledge/bases/{kb_uuid} \
  --header 'X-API-Key: <api-key>'
{
  "code": 0,
  "msg": "ok",
  "data": {
    "base": {}
  }
}

承認

X-API-Key
string
header
必須

API Key authentication using X-API-Key header. Example: X-API-Key: lbk_your_api_key_here

パスパラメータ

kb_uuid
string
必須

Knowledge Base UUID

レスポンス

Success

code
integer
:

0

msg
string
:

"ok"

data
object