Conversations
List Conversations
List all conversations for the authenticated user with filtering and pagination
GET
This endpoint returns a paginated list of conversations belonging to the authenticated user’s assistants. Use this to display conversation history, filter by type, or integrate with your CRM.Documentation Index
Fetch the complete documentation index at: https://docs.aiployees.com/llms.txt
Use this file to discover all available pages before exploring further.
This endpoint requires authentication. Pass your API key in the
Authorization header as a Bearer token.Query Parameters
Filter conversations by type. Possible values:
test, widget, whatsapp, apiFilter conversations by assistant ID (must belong to the authenticated user)
Filter conversations from this date (YYYY-MM-DD format)
Filter conversations until this date (YYYY-MM-DD format)
Number of conversations per page (1-100, default: 15)
Page number (default: 1)
Response Fields
The current page number
Number of items per page
Total number of conversations matching the criteria
The last page number
Conversation Types
| Type | Description |
|---|---|
test | Internal test conversations from the assistant testing interface |
widget | Conversations from the web chat widget |
whatsapp | WhatsApp Business conversations |
api | Conversations created via the API |
Use Cases
- Analytics Dashboard: Display conversation metrics and trends
- CRM Integration: Sync conversation data with your customer database
- Quality Monitoring: Review conversation volumes by type and assistant
- Billing Review: Track conversation costs across your organization

