get_missing_episodes
Find aired, monitored episodes with no file to expose the missing list. Paginate and sort to pinpoint download gaps.
Instructions
Page through monitored episodes that have already aired but have no file — the wanted/missing list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default 1) | |
| detailed | No | Return full episode objects instead of summaries | |
| sort_key | No | Field to sort by, e.g. 'airDateUtc' | |
| monitored | No | Only monitored episodes (default true on the Sonarr side) | |
| page_size | No | Items per page (default 10 on the Sonarr side) | |
| include_series | No | Include the parent series object | |
| sort_direction | No | Sort direction |