The Burp Suite User Forum was discontinued on the 1st November 2024.

Burp Suite User Forum

For support requests, go to the Support Center. To discuss with other Burp users, head to our Discord page.

SUPPORT CENTER DISCORD

Issue_events not working in burp API

mayuri | Last updated: Jul 21, 2022 01:42PM UTC

Hi Team, Why i am not getting any data in issue events? Below is the response of CURL command (curl -vgw "\n" -X GET 'http://ipadd/myapikey/v0.1/scan/41' ) which i am using to get the scan results: { "task_id": "41", "scan_status": "paused", "scan_metrics": { "current_url": "", "crawl_requests_made": 346, "crawl_network_errors": 16, "crawl_unique_locations_visited": 76, "crawl_requests_queued": 0, "audit_queue_items_completed": 0, "audit_queue_items_waiting": 0, "audit_requests_made": 0, "audit_network_errors": 0, "issue_events": 0, "crawl_and_audit_caption": "Paused task due to: 15 consecutive requests have failed.", "crawl_and_audit_progress": 4 }, "message": "", "issue_events": [] }

Michelle, PortSwigger Agent | Last updated: Jul 21, 2022 03:17PM UTC