get_next_queue_items_for_printers
Read-only preview: for each given printer, return the next queue item that would be started. Uses the same dedup matcher as create_print_job with next_queue_item=true, so the same queue item is never returned twice across printers in one call. Includes match failures per printer (issues) so you can explain why a printer has nothing to print. Does NOT start any job.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| compact | No | Keep at default true. Returns minimal data tuned for AI context. Only set to false if you specifically need fields the compact view drops, and then pair with limit to keep the response small. | |
| printer_id | Yes | Comma-separated printer id(s). Does not need to be operational — offline printers return their would-be match too, so you can see what's waiting for them. |