get_log_stats
Retrieve aggregated log statistics for a specific date and environment, including request counts by worker, status distribution, and error rates from Cloudflare Workers logpush data.
Instructions
Get aggregated statistics for logs on a specific date.
Args: date: Date in YYYYMMDD format. environment: Environment (production or staging).
Returns: Dict with statistics including request counts by worker, status distribution, error rate.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | ||
| environment | No | production |