op3_query_hits
op3_query_hitsInspect raw podcast download requests from the redirect log to verify individual hits, filter by episode URL, and view user agents, byte ranges, and serving edge.
Instructions
Raw request rows from OP3's redirect log, across every show unless filtered by url. This is the lowest level OP3 exposes and it is a verification surface rather than an analytics one: it shows individual requests including user agents, byte ranges and the edge that served them. For questions about a specific show's performance, use the show tools instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | Window end. Defaults to now. | |
| url | No | Filter by episode URL. Supports a trailing wildcard for a starts-with match, which is how you scope this to one show or one host. | |
| limit | No | Rows to return. | |
| start | No | Window start, e.g. -1h, -24h. Defaults to -1h, because this is a firehose across all shows. | |
| newest_first | No | Sort most recent first. |