get_feed
Retrieve the most recent posts from a Piazza course, sorted by update time. Use offset and limit to paginate through the feed.
Instructions
Get the feed of recent posts in a Piazza course, sorted by most recently updated. Supports pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of posts to return (default 20) | |
| offset | No | Number of posts to skip for pagination (default 0) | |
| network_id | Yes | The Piazza network/course ID |