search_releases
Search TV indexers for episodes and get release details like quality, seeders, and rejection reasons. Then use the returned guid to grab the preferred release.
Instructions
Run an interactive indexer search and return the releases found, with quality, size, seeders, custom format score and any rejection reasons. Pass the guid and indexerId of the one you want to grab_release. This can take a while — indexers are queried live.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| detailed | No | Return full release objects instead of summaries | |
| series_id | No | Series id; combine with season_number | |
| episode_id | No | Search for a single episode | |
| season_number | No | Season number to search for; requires series_id | |
| include_rejected | No | Include releases Sonarr rejected (default true) |