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

How do I list more than 50 scans with the graphql query?

Jason | Last updated: Jul 26, 2023 06:37PM UTC

Hello, I am trying to generate a list of all my scans in Burpsuite Enterprise. I use this basic graphql query: query GetScan { scans { id status } } It is only retuning the last 50 scans, but I would like to return more than 50 either in a single request or multiple. How can I do this?

Jason | Last updated: Jul 26, 2023 06:40PM UTC

Oh sorry, the information here is in the "queries" tab but not the scans tab itself. It has the offset and limit params that are needed.

Alex, PortSwigger Agent | Last updated: Jul 27, 2023 09:02AM UTC