get_errors
Retrieve error logs and exceptions from Cloudflare Workers logpush data for a specific date and environment. Filter by script name and control result limits to analyze system issues.
Instructions
Get error logs and exceptions for a specific date.
Args: date: Date in YYYYMMDD format. environment: Environment (production or staging). script_name: Filter by worker script name (optional). limit: Maximum entries to return (default 50).
Returns: Dict with error entries including exceptions and error-level logs.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | ||
| environment | No | production | |
| script_name | No | ||
| limit | No |