{ "opencollection": "1.0.0", "info": { "name": "Mockaroo Datasets Downloads API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "key", "value": "{{key}}", "placement": "query" } }, "items": [ { "info": { "name": "Downloads", "type": "folder" }, "items": [ { "info": { "name": "Get Background Download Status", "type": "http" }, "http": { "method": "GET", "url": "https://api.mockaroo.com/api/downloads/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Identifier of the background download job." } ] }, "docs": "Retrieve the status and progress of a background generation job initiated with background=true." }, { "info": { "name": "Cancel Background Download", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.mockaroo.com/api/downloads/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Identifier of the background download job." } ] }, "docs": "Cancel or remove a background download job." } ] } ], "bundled": true }