GET
/
api
/
aibot
/
data-source
/
items
curl --request GET \
  --url https://app.livechatai.com/api/aibot/data-source/items \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

chatbotId
string
required

Unique identifier of the chatbot

Example:

"c****************1cx4"

source
string
required

Source of the chatbot data (WEBSITE | TEXT | QA | ALL)

Example:

"ALL"

Response

200
_mintlify/placeholder

Successfully retrieved chatbot data-source items