qbittorrent_torrents_list
Retrieve a filtered list of torrents from qBittorrent by status, category, tag, sorting, and pagination.
Instructions
List torrents matching the given filters. filter is one of all, downloading, seeding, completed, stopped, active, inactive, running, stalled, stalled_uploading, stalled_downloading, errored. category/tag filter by them (empty string = "without category/tag"). sort by any response field; reverse for descending order. limit/offset for paging; hashes (pipe-separated or "all") to select specific torrents.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | ||
| sort | No | ||
| limit | No | ||
| filter | No | ||
| hashes | No | ||
| offset | No | ||
| reverse | No | ||
| category | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |