ebay_get_conversation
Fetch a specific eBay conversation by ID and type. Use limit and offset to paginate through its messages.
Instructions
Get a specific conversation by ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of items to return (25-50) | |
| offset | No | Number of items to skip | |
| conversationId | Yes | The unique identifier for the conversation | |
| conversationType | Yes | Type of conversation: FROM_EBAY or FROM_MEMBERS |