get_feed_details
Retrieve detailed information about a specific feed for a site. Use limit and offset to paginate through feed details when results exceed the maximum rows.
Instructions
Get detailed information about a specific feed.
Args: site_url: The URL of the site feed_url: The URL of the feed
Returns: List[Feed]: Detailed feed information
Raises: BingWebmasterError: If feed details cannot be retrieved
Returns at most limit rows (default 50, max 500). When the result reports
a next_offset, call again with offset=next_offset to get more rows.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of rows to return. | |
| offset | No | Index of the first row. | |
| feed_url | Yes | ||
| site_url | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |