List conversation views
Conversations
List conversation views
List all saved views for filtering conversations. Views are filter configurations created from the dashboard that can be used to filter conversations via the viewId parameter in the list conversations endpoint.
GET
List conversation views
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
Unique identifier of the agent/chatbot
Example:
"clx1234567890abcdef"
Page number for pagination (default: 1)
Required range:
x >= 1Example:
1
Number of inbox views per page (default: 20, max: 100)
Required range:
1 <= x <= 100Example:
20
Search inbox views by name
Example:
"billing"

