get_queue
View the active download queue to monitor downloads, imports, progress, status, and error messages.
Instructions
List the download queue — everything Sonarr is currently downloading or waiting to import, with progress, status and any error messages.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default 1) | |
| status | No | Filter by queue status, e.g. ['downloading', 'completed', 'warning'] | |
| protocol | No | Filter by protocol | |
| sort_key | No | Field to sort by, e.g. 'timeleft', 'progress' | |
| page_size | No | Items per page (default 10 on the Sonarr side) | |
| series_ids | No | Only items for these series ids | |
| include_series | No | Include the parent series object | |
| sort_direction | No | Sort direction | |
| include_episode | No | Include the episode object | |
| include_unknown_series_items | No | Include downloads Sonarr could not map to a series |