Retrieves a paginated list of messages for a specific conversation within a company. Supports sorting by created_at 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"
Unique identifier for the conversation
"b2c3d4e5-f6a7-8901-bcde-f12345678901"
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
created_at "created_at"
Sort direction (default desc)
asc, desc "desc"