list_log_dates
Retrieve available log dates from Cloudflare Workers logpush data stored in R2 buckets. Filter by environment and limit results to browse logs efficiently.
Instructions
List available date folders in the logpush R2 bucket.
Args: environment: Filter by environment (production, staging). None for all. limit: Maximum number of dates to return (default 30).
Returns: Dict with dates array containing date, environment, and prefix.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| environment | No | ||
| limit | No |