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

Get list of scheduled items

Andrzejewski, | Last updated: Nov 02, 2021 04:19PM UTC

I am using grapql to automate some validation stuff. Primarily a script with minor logic to schedule a recurring scan for a given site if there is not currently one. Is there currently a function to query the graphql endpoint for all scheduled scans?

Andrzejewski, | Last updated: Nov 02, 2021 06:09PM UTC

I figured it out. I have found the below query suits my needs query schedule_items{schedule_items{id site{id name} }}

James, PortSwigger Agent | Last updated: Nov 03, 2021 08:49AM UTC