Headers
-
request-id
string Unique identifier for the API request. Example: f7ecf495-ca1c-4468-a6c2-6ee3f723fa00
Path parameters
-
printJobId
string Required The identifier of the Print Job
GET
/print-jobs/{printJobId}
curl \
--request GET 'https://api.reelables.com/v1/print-jobs/{printJobId}' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "request-id: string"
Response examples (200)
{
"origin": "string",
"replaceExistingLabel": true,
"includeCutLine": true,
"templateId": "string",
"createdAt": "2025-05-04T09:42:00Z",
"isSuccessful": true,
"assetId": "string",
"failureReason": "string",
"printerId": "string",
"id": "string",
"workspaceId": "string",
"updatedAt": "2025-05-04T09:42:00Z",
"status": "string",
"isComplete": true
}
Response examples (401)
{
"errors": [
{
"code": "string",
"id": "string",
"detail": "string",
"title": "string",
"status": "string"
}
]
}
Response examples (403)
{
"errors": [
{
"code": "string",
"id": "string",
"detail": "string",
"title": "string",
"status": "string"
}
]
}
Response examples (404)
{
"errors": [
{
"code": "string",
"id": "string",
"detail": "string",
"title": "string",
"status": "string"
}
]
}
Response examples (429)
{
"errors": [
{
"code": "string",
"id": "string",
"detail": "string",
"title": "string",
"status": "string"
}
]
}