radarr_get_queue
Retrieve the Radarr download queue with pagination support using limit and offset parameters.
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) |