op3_episode_downloads
Retrieve per-episode download counts for a podcast show to compare episode performance across time periods.
Instructions
Get per-episode download counts for a show from OP3: for each recent episode, downloads in the first 1/3/7/30 days after publish and all-time. Good for comparing how episodes perform. Needs a show UUID. Use limit to cap how many episodes come back.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max episodes to return, newest first (default 10). | |
| sort_by | No | Order results: recent (default), all-time downloads, or 7-day downloads. | recent |
| show_uuid | Yes | OP3 show UUID (32 hex chars). |