Get Thread Messages
freelancer_get_messagesRetrieve messages from a Freelancer.com conversation thread to review client communications and read chat history.
Instructions
Retrieve messages from a specific Freelancer.com thread.
Args:
thread_id (string | number): Thread ID, or a Freelancer.com chat/message link containing one (get the ID from freelancer_list_threads if unknown)
limit (number, 1-50, default 20): Number of messages
offset (number, default 0): Pagination offset
account (string, optional): Which configured Freelancer account to use (see freelancer_list_accounts for labels). Omit to use your default/only account.
Returns: messages with text, sender, timestamp and attachment info
Use when: "Show messages in thread 12345", "What did the client say?", "Read the conversation", "Read this chat: https://www.freelancer.com/messages/thread/12345"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of messages | |
| offset | No | Pagination offset | |
| account | No | Which configured Freelancer account to use (see freelancer_list_accounts for labels). Omit to use your default/only account. | |
| thread_id | Yes | Thread ID, or a chat link containing one |