Skip to main content

Get the given print job.

GET 

/api/web/v1/prints/:printJobId

Get the given print job.

Request

Path Parameters

    printJobId stringrequired

    Possible values: Value must match regular expression [a-fA-F0-9-]{32,36}

    Print ID

Responses

OK

Schema

    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...