get_all_episode_analytics
Retrieve analytics for all episodes of a podcast show, optionally filtering by date range. Defaults to the last 7 days if no dates are specified.
Instructions
Get analytics for all episodes of a show. Defaults to last 7 days if no dates provided.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| show_id | Yes | ID of the show to get analytics for | |
| end_date | No | End date (accepts yyyy-mm-dd or dd-mm-yyyy) (optional) | |
| start_date | No | Start date (accepts yyyy-mm-dd or dd-mm-yyyy) (optional) |