qbittorrent_log_peers
Retrieve peer-block log entries as JSON, with optional last_known_id filtering to fetch only entries newer than a given ID.
Instructions
Peer-block log entries as a JSON array of {id, ip, timestamp, blocked, reason}. Pass last_known_id to fetch only entries newer than a given id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| last_known_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |