{ "opencollection": "1.0.0", "info": { "name": "PDCP agents tasks API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "tasks", "type": "folder" }, "items": [ { "info": { "name": "Get Task Chunk", "type": "http" }, "http": { "method": "GET", "url": "https://api.projectdiscovery.io/v1/tasks/:task_id/chunk", "headers": [ { "name": "X-Team-Id", "value": "" } ], "params": [ { "name": "task_id", "value": "", "type": "path" }, { "name": "done", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Get details of a task by Scan ID or Enumeration ID" }, { "info": { "name": "Get task chunk details", "type": "http" }, "http": { "method": "GET", "url": "https://api.projectdiscovery.io/v1/tasks/:task_id/chunk/:chunk_id", "headers": [ { "name": "X-Team-Id", "value": "" } ], "params": [ { "name": "task_id", "value": "", "type": "path" }, { "name": "chunk_id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Get details of a task chunk by scan ID or Enumeration ID and chunk ID" }, { "info": { "name": "Update a task chunk status", "type": "http" }, "http": { "method": "POST", "url": "https://api.projectdiscovery.io/v1/tasks/:task_id/chunk/:chunk_id", "headers": [ { "name": "X-Team-Id", "value": "" } ], "params": [ { "name": "task_id", "value": "", "type": "path" }, { "name": "chunk_id", "value": "", "type": "path" }, { "name": "status", "value": "", "type": "query", "description": "Status of the chunk elaboration" } ], "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Update a task chunk status" } ] } ], "bundled": true }