Download the scan's HTTP traffic for Burp Suite, Caido, or raw HTTP tools
Returns every request and response the scan proxied, oldest first, in the format that the format query parameter selects. burp (default) is one Burp Suite XML saved-items file with base64 request and response bodies. Load it in Burp Suite with a saved-items importer extension, or in Caido with burp2caido. caido is one JSON array in the shape of the Caido HTTP History export, with base64 raw bytes for each request and response. raw is one ZIP file with the exact request bytes and response bytes of each exchange as separate .http files, plus a README.txt with counts. Requests with no archived raw exchange are not included. The Burp file and the raw ZIP report how many exchanges were written and how many were not available. Requires an Enterprise plan.
Authorizations
API token obtained from the Tokens endpoint or CLI device login. Include as Authorization: Bearer <token>. Requests made with a managed CLI session also include X-Strix-Workspace: <organization_id> to pin a process to the workspace it started in; recovery endpoints report the current workspace after a concurrent switch.
Path Parameters
UUID of the scan. Use the id field of a scan from listScans.
Query Parameters
Output format. Default burp.
burp, caido, raw Response
The scan's HTTP exchanges in the selected format. The Content-Disposition header names the file.
The response is of type string.