get_queue_details
Fetch the unpaged download queue with per-episode details, using optional series or episode filters to locate the queue item ID for a specific episode.
Instructions
Get the full, unpaged queue with per-episode detail. Useful for finding the queue item id of a specific episode.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| series_id | No | Only items for this series id | |
| episode_ids | No | Only items for these episode ids | |
| include_series | No | Include the parent series object | |
| include_episode | No | Include the episode object |