get_queue
Check the download queue for a compact summary of active downloads, remaining time, and import warnings or errors. Identify stalled or failed imports that need attention.
Instructions
List the download queue as a compact summary: what is downloading, how much is left, and any import warnings or errors. Stalled or failed imports show up in trackedDownloadStatus/statusMessages.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default 1) | |
| status | No | Only items in these queue states | |
| protocol | No | ||
| sort_key | No | Sort field, e.g. 'timeleft', 'progress', 'estimatedCompletionTime' | |
| movie_ids | No | Only items for these movie ids | |
| page_size | No | Items per page (default 20) | |
| sort_direction | No | ||
| include_unknown_movie_items | No | Include downloads Radarr could not map to a movie (default true) |