List conversations by company ID
Retrieves a paginated list of conversations associated with a specific company. Supports filtering, sorting, and pagination options.
Authorizations
Authentication token required for accessing protected endpoints. The token should be obtained from the main SalesCaptain authentication service.
Path Parameters
Unique identifier for the company
"a1b2c3d4-e5f6-7890-abcd-ef1234567890"
Query Parameters
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 contact phone number
"+1234567890"
Filter conversations by contact email address
"john.doe@example.com"
Filter conversations by conversation profile ID
"c3d4e5f6-a7b8-9012-cdef-123456789012"
Filter conversations by chat status
open, closed "open"

