Get CSAT analytics
Analytics
Get CSAT analytics
Get CSAT (Customer Satisfaction) analytics including average scores, total responses, individual feedback entries with pagination, and period-over-period comparison
GET
Get CSAT analytics
Documentation Index
Fetch the complete documentation index at: https://api.livechatai.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
The ID of the agent/chatbot
Example:
"clx1234567890abcdef"
Start date for analytics (ISO 8601 format)
Example:
"2024-01-01"
End date for analytics (ISO 8601 format)
Example:
"2024-01-31"
Timezone for date calculations (defaults to system timezone)
Example:
"America/New_York"
Page number for pagination (starts at 1)
Required range:
x >= 1Example:
1
Number of items per page (max 100)
Required range:
1 <= x <= 100Example:
10

