Read feed
read_feedRetrieves the latest data from an Ethereum Swarm feed for a specific topic. Requires the owner's Ethereum address when accessing external or memory feeds.
Instructions
Retrieve the latest data from the feed of a given topic.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | No | when accessing external memory or feed, ethereum address of the owner must be set | |
| memoryTopic | Yes | Feed topic. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| textData | Yes | The downloaded data for the given topic. |