# Get a Print Job **GET /print-jobs/{printJobId}** ## Servers - The production URL for sending requests to the Reelables API.: https://api.reelables.com/v1 (The production URL for sending requests to the Reelables API.) ## Authentication methods - Auth endpoint ## Parameters ### Headers - **request-id** (string) Unique identifier for the API request. Example: f7ecf495-ca1c-4468-a6c2-6ee3f723fa00 ### Path parameters - **printJobId** (string) The identifier of the Print Job ## Responses ### 200 200 response #### Body: application/json (object) - **origin** (string) The origin of the Print Job (e.g. Remote or Local Barcode) - **replaceExistingLabel** (boolean) Indicate whether to replace the existing Label, in the case where the Asset is already linked to a Label - **includeCutLine** (boolean) Indicates whether the Print Job has a cut line (where to cut a label to de-activate) included - **templateId** (string) The indentifier of the Print Template - **createdAt** (string(date-time)) Date that the item was created, in UTC. Example: '2019-07-21T17:32:28Z' - **isSuccessful** (boolean) Indicates whether the Print Job was successful - **assetId** (string) Unique identifier of the Asset. Example: '00Es43YBJfNRXNSvLmni' - **failureReason** (string) Describes the failure if the Print Job was unsuccessful - **printerId** (string) Printer identifier - the serial number of the Printer. Example: 'abcdefgh123456789' - **id** (string(uuid)) Unique identifier of the Print Job. Example: 'd290f1ee-6c54-4b01-90e6-d701748f0851' - **workspaceId** (string(uuid)) Unique identifier of the workspace. Example: 'd290f1ee-6c54-4b01-90e6-d701748f0851' - **updatedAt** (string(date-time)) Date that the item was last updated, in UTC. Example: '2019-07-21T17:32:28Z' - **status** (string) The status of the Print Job - **isComplete** (boolean) Indicates whether the Print Job is complete ### 401 Unauthorized #### Body: application/json (object) - **errors** (array[object]) ### 403 Forbidden #### Body: application/json (object) - **errors** (array[object]) ### 404 Printer or Print Job not found #### Body: application/json (object) - **errors** (array[object]) ### 429 Too Many Requests #### Body: application/json (object) - **errors** (array[object]) [Powered by Bump.sh](https://bump.sh)