List conversations
GET/api/v1/sai/chats
Returns conversations with message counts, first and last messages, and your business's tags and notes metadata. Filter by userId. Results are paginated via page (default 1) and limit (default 50); the response includes a pagination object whose total reflects your business's conversations matching the filters (including tags).
Request
Responses
- 200
- 400
- 401
- 500
List of conversations retrieved successfully
Validation failed
Business session is required
Internal server error