qbittorrent_log_main
Retrieve qBittorrent application logs as JSON, filter by type (normal, info, warning, critical), and fetch only new entries from a known ID.
Instructions
The application log as a JSON array of {id, message, timestamp, type}. Filter message classes with normal/info/warning/critical (default true for all). Pass last_known_id to fetch only messages newer than a given id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| info | No | ||
| normal | No | ||
| warning | No | ||
| critical | No | ||
| last_known_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |