list_log_files
Retrieve log files from Cloudflare Workers for a specific date and environment. Supports pagination to browse through stored log data efficiently.
Instructions
List log files for a specific date.
Args: date: Date in YYYYMMDD format (e.g., "20260111"). environment: Environment (production or staging). limit: Maximum number of files to return (default 50). cursor: Pagination cursor from previous response.
Returns: Dict with files array, count, and next_cursor for pagination.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | ||
| environment | No | production | |
| limit | No | ||
| cursor | No |