Sonarr: Release Search
sonarr_release_searchSearch live indexers for releases of a series, season, or episode, returning candidates for manual selection.
Instructions
Run a live indexer search for releases of a specific series, season, or episode and return candidate ReleaseResource entries (without grabbing). Hits every enabled indexer in real time — slow and rate-limit-sensitive, so call only when the user wants to pick a release manually. Pass series_id for the whole series, season_number to scope to a season, or episode_id to scope to a single episode. At least one is required. Returned items feed sonarr_grab_release (when it ships).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| series_id | No | Sonarr series id (from sonarr_list_series). Required unless episode_id is set. | |
| episode_id | No | Sonarr episode id (from sonarr_list_episodes). Scopes to a single episode. | |
| season_number | No | Season number, used with series_id to scope to a single season. |