cURL
curl --request GET \ --url https://api.qevlar.com/v2/investigations/{alert_id}/html \ --header 'Authorization: Bearer <token>'
"<string>"
Get an investigation’s incident report in HTML format. Alert ID was in /investigation’s POST response.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
HTML investigation result found
The response is of type string.
string