Skip to main content
GET
/
v2
/
investigations
/
{alert_id}
/
html
Get HTML investigation result
curl --request GET \
  --url https://api.qevlar.com/v2/investigations/{alert_id}/html \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

alert_id
string<uuid>
required

Query Parameters

short
boolean
default:false

Response

HTML investigation result found

The response is of type string.