{ "opencollection": "1.0.0", "info": { "name": "Partnerize Brands Attribution Jobs (v1) API", "version": "1.4.99" }, "items": [ { "info": { "name": "Jobs (v1)", "type": "folder" }, "items": [ { "info": { "name": "Get a single job (v1)", "type": "http" }, "http": { "method": "GET", "url": "https://api.partnerize.com/job/:jobID", "params": [ { "name": "jobID", "value": "", "type": "path", "description": "Id of the job" } ] }, "docs": "Returns information about a single v1 job by the given ID.\n\nOnce the `job` `status` is `complete` the job output can be retrieved from the path given in the `hypermedia` `response` (`/job/111111l11/response.csv` in the response samples).\n" } ] } ], "bundled": true }