Skip to main content

List all print jobs.

GET 

/api/web/v1/prints

List all print jobs.

Responses

OK

Schema

  • Array [

  • createdOn date-time

    The time this print job was created.

    creatorId string

    The unique Id of the creator of this print job.

    creatorName string

    The name of the creator of this print job.

    creatorType string

    Possible values: [USER, API]

    The type of the creator of this print job.

    id string

    The unique id of this print job.

    name string

    The name of this print job.

    printerId string

    The unique Id of the printer.

    printerName string

    The name of the printer.

    queueState string

    Possible values: [UNKNOWN, QUEUED, WAIT_FOR_PRINTER, STARTED, COMPLETED, CANCELLED, FAILED]

    queueStateDetails string

    Details about the queue state of this print job.

    status string

    Possible values: [QUEUED, WAITING_SMARTCARD, IN_PROGRESS, COMPLETED, FAILED, CANCELLED, UNKNOWN]

    statusDetails string

    Print status details returned from the printer.

    updatedOn date-time

    The time this print job was last updated.

  • ]

Loading...