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

Get raw scan JSON

Returns the raw stored JSON artifact for the scan (mega.json) exactly as generated by the backend.

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