count_logs
Count log entries filtered by app, tags, text, level, device, version, and date range in Bugfender.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Filter by log tags (e.g. ["ERROR", "NETWORK"]). | |
| text | No | Full-text search across log messages. | |
| level | No | Filter by log level. 0=Debug, 1=Warning, 2=Error, 3=Trace, 4=Info, 5=Fatal | |
| app_id | Yes | The public app ID (e.g. 5X3c4veRGV) from list_apps | |
| app_version | No | Filter by app version ID from list_app_versions. | |
| device_udid | No | Filter to a specific device by its UDID. | |
| date_range_end | No | ISO 8601 datetime string (e.g. 2026-04-28T23:59:59Z). | |
| date_range_start | No | ISO 8601 datetime string (e.g. 2026-04-28T00:00:00Z). |