get_unread_entries
Retrieve paginated unread article entries from your Feedbin account, including title, author, summary, URL, and timestamps.
Instructions
Get unread article entries from Feedbin.
Returns a page of unread entries, each with fields like: id, feed_id, title, author, summary, url, published, created_at.
Args: page: Page number (default 1). per_page: Number of entries per page, max 100 (default 50).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| per_page | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |