Fetch messages for a conversation (paginated)
Messages
List all messages by conversation ID
Retrieves a paginated list of messages for a specific conversation within a company. Supports sorting by created_at and pagination options.
GET
Fetch messages for a conversation (paginated)
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
Example:
"a1b2c3d4-e5f6-7890-abcd-ef1234567890"
Unique identifier for the conversation
Example:
"b2c3d4e5-f6a7-8901-bcde-f12345678901"
Query Parameters
Page number for pagination (must be a positive integer)
Required range:
x >= 1Example:
1
Number of items per page (10-100, default 10)
Required range:
10 <= x <= 100Example:
10
Field to sort by
Available options:
created_at Example:
"created_at"
Sort direction (default desc)
Available options:
asc, desc Example:
"desc"

