Skip to main content
GET
/
chatbot
/
history-data
Get chatbots history data with pagination and search
curl --request GET \
  --url https://api.cleartalk.ai/chatbot/history-data \
  --header 'x-api-key: <api-key>'

Authorizations

x-api-key
string
header
required

API Key for authentication

Query Parameters

page
string

Page number for pagination

Example:

"1"

limit
string

Number of items per page

Example:

"10"

Search term

Example:

"chatbot name"

order
string

Column to order by

Example:

"created_at"

dir
string

Order direction (asc or desc)

Example:

"desc"

Response

200

Returns the chatbots history data with pagination metadata