Skip to main content
GET
/
ai-agents
/
agent-builder
/
knowledge-base
/
text
List Text Entries
curl --request GET \
  --url https://{appid}.api-{region}.cometchat.io/v3/ai-agents/agent-builder/knowledge-base/text \
  --header 'apikey: <api-key>'
{
  "data": [
    {}
  ]
}

Authorizations

apikey
string
header
required

API Key with fullAccess scope(i.e. Rest API Key from the Dashboard).

Response

200 - application/json

Text details retrieved successfully

data
object[]