{ "opencollection": "1.0.0", "info": { "name": "Multi-Tenancy API (BETA) BinExplode Hunt Jobs API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Hunt Jobs", "type": "folder" }, "items": [ { "info": { "name": "Start hunt job", "type": "http" }, "http": { "method": "POST", "url": "{scheme}://{server}/v0/hunt-jobs", "body": { "type": "json", "data": "{}" } }, "docs": "Start a hunt job" }, { "info": { "name": "Get hunt job", "type": "http" }, "http": { "method": "GET", "url": "{scheme}://{server}/v0/hunt-jobs/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "ID of the hunt job." } ] }, "docs": "Get a hunt job" }, { "info": { "name": "Get hunt job results", "type": "http" }, "http": { "method": "GET", "url": "{scheme}://{server}/v0/hunt-jobs/:id/results", "params": [ { "name": "id", "value": "", "type": "path", "description": "ID of the hunt job." }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of results to return." }, { "name": "offset", "value": "", "type": "query", "description": "The (zero-based) offset of the first hunt job results to return." } ] }, "docs": "Get hunt job detailed results. Provides message group details and summaries" } ] } ], "bundled": true }