List AI Suggestions
AI Suggestions
List AI Suggestions
List AI suggestions for a specific agent. AI suggestions are automatically generated improvement suggestions based on conversations where the AI response may have been incomplete, out of context, or lacking depth.
GET
List AI Suggestions
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 unique identifier of the agent (chatbot)
Example:
"clx1234567890abcdef"
Page number for pagination
Required range:
x >= 1Number of items per page (max 100)
Required range:
1 <= x <= 100Filter suggestions created after this date (ISO 8601 format)
Example:
"2024-01-01T00:00:00Z"
Filter suggestions created before this date (ISO 8601 format)
Example:
"2024-12-31T23:59:59Z"

