op3_downloads_timeseries
Retrieve raw download events for a podcast show from OP3 within a date range, including time, country, app, and device details. Filter by episode or date window.
Instructions
Fetch raw download records for a show from OP3 over a date range. Returns individual download events (time, country, app, device). This is the low-level feed behind the other tools. Use it when you need to filter by episode or a specific date window. Keep limit low (records are verbose). For totals or geography summaries, prefer op3_show_downloads / op3_top_countries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | End time, ISO date or datetime. | |
| limit | No | Max records to return (default 20, cap 200). Records are verbose; keep this small. | |
| start | No | Start time, ISO date or datetime (e.g. 2026-06-01 or 2026-06-01T00:00:00Z). | |
| show_uuid | Yes | OP3 show UUID (32 hex chars). | |
| episode_id | No | Filter to a single episode by its OP3 episodeId. |