get_torrent_info
Retrieve detailed information about torrents in qBittorrent, including download status, progress, and file details for specific torrents or all active downloads.
Instructions
Get information about torrents in qBittorrent.
Args: torrent_hash: Specific torrent hash to get info for (optional, returns all if not provided)
Returns: List of torrent information
Input Schema
Name | Required | Description | Default |
---|---|---|---|
torrent_hash | No |
Input Schema (JSON Schema)
{
"properties": {
"torrent_hash": {
"default": null,
"type": "string"
}
},
"type": "object"
}