DEVICE

Get the status of a print job

Checks the status of a previously sent print job.

get/v1/device/print-job/{printJobId}/status

Path parameters

printJobIdstring required

The id of the print job to retrieve status for.

Headers

User-Agentstring required

Identifies the application, operating system, vendor, and/or version of the requesting user agent. Format: <AppName>/<Version> <Comment>

X-Clover-Device-Idstring required

The Clover device to route the request to.

X-POS-Idstring required

An identifier for the POS making the request.

X-Clover-Timeoutinteger

The amount of time, in seconds, that this operation will process before timing out. A value of 0 indicates no timeout will be enforced by Remote Pay, although protocol specified timeouts may still apply.

Response

A valid PrintJobStatusResponse

printJobIdstring
status'IN_QUEUE' | 'PRINTING' | 'DONE' | 'ERROR' | 'UNKNOWN' | 'NOT_FOUND'

Changes

No recorded changes to this endpoint across all 1 revision of this API.