get_print_queue
Check print queue status to view pending and active print jobs for specific printers or all printers, helping monitor printing progress and identify queued documents.
Instructions
Check the print queue for a specific printer or all printers. Shows pending and active print jobs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| printer | No | Printer name to check queue for (optional, checks all if not specified) |
Input Schema (JSON Schema)
{
"properties": {
"printer": {
"description": "Printer name to check queue for (optional, checks all if not specified)",
"type": "string"
}
},
"type": "object"
}