List messages in a thread with pagination support
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The ID of the thread to list messages from.
Pagination cursor. Omit to start from the beginning. Use the nextCursor returned from the previous response to fetch the next page.
Maximum number of messages to return per page. Defaults to 50, maximum 100.
1 <= x <= 10050