lidarr_get_queue
Retrieve the Lidarr download queue with options to limit results and skip entries using pagination parameters.
Instructions
Get Lidarr 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) |