radarr_get_queue
Retrieve the Radarr download queue with optional pagination using limit and offset parameters. Control how many items to get and skip.
Instructions
Get Radarr download queue. Supports pagination with limit and offset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of queue items to return (default: 25, max: 100) | |
| offset | No | Number of queue items to skip before returning results (default: 0) |