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