Skip to main content
GET
/
report
/
{scan_uuid}
Download Report
curl --request GET \
  --url https://rts-senthrex.slayers.tech/report/{scan_uuid} \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Download report

Retrieves the generated report artifact for a scan UUID.

Authorizations

Authorization
string
header
required

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

Path Parameters

scan_uuid
string
required

Response

Successful Response