Retrieves a paginated list of conversations associated with a specific company. Supports filtering, sorting, and pagination options.
Authentication token required for accessing protected endpoints. The token should be obtained from the main SalesCaptain authentication service.
Unique identifier for the company
"a1b2c3d4-e5f6-7890-abcd-ef1234567890"
Page number for pagination (must be a positive integer)
x >= 11
Number of items per page (10-100, default 10)
10 <= x <= 10010
Field to sort by
last_update "last_update"
Sort direction (default desc)
asc, desc "desc"
Filter conversations by field
conversation_profile_id, number, email, chat_status "chat_status"