create_queue_grab_bulk
Grab multiple queued downloads at once by sending a bulk request to Sonarr's queue API, using the matching GET or schema endpoint to build the payload.
Instructions
Create QueueAction.
POST /api/v3/queue/grab/bulk
Args: body: Request payload. Read the matching GET or the /schema endpoint first to see the fields this resource expects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |