{ "opencollection": "1.0.0", "info": { "name": "Reelables Gateway Asset Facilities Print Job Statuses API", "version": "1.1.1" }, "items": [ { "info": { "name": "Print Job Statuses", "type": "folder" }, "items": [ { "info": { "name": "Get statuses for a Print Job", "type": "http" }, "http": { "method": "GET", "url": "https://api.reelables.com/{basePath}/print-jobs/:printJobId/statuses", "headers": [ { "name": "request-id", "value": "" } ], "params": [ { "name": "printJobId", "value": "", "type": "path", "description": "The identifier of the Print Job" }, { "name": "limit", "value": "", "type": "query", "description": "Number of items to return. Default: 10. Maximum: 10000" }, { "name": "nextToken", "value": "", "type": "query", "description": "Pagination token to get next page of items" } ] }, "docs": "Get statuses for a Print Job" } ] } ], "bundled": true }