cups_jobs

Returns all completed print jobs from cups.

Platform support

Please be aware that some queries can only be run against certain platforms. Below is a list of the supported platforms that this query supports. Zercurity will automatically pause queries from running if errors are detected. Running a query against an unsupported platform will result in the following error: no such table: cups_jobs

  • Mac OSX

Table schema

Name Type Description
title TEXT Title of the printed job
destination TEXT The printer the job was sent to
user TEXT The user who printed the job
format TEXT The format of the print job
size INTEGER The size of the print job
completed_time INTEGER When the job completed printing
processing_time INTEGER How long the job took to process
creation_time INTEGER When the print request was initiated

Query examples

Select all the results for the given table.

SELECT * FROM cups_jobs;