Skip to main content
GET
/
report
/
{report_id}
Get the report for a specific scan
curl --request GET \
  --url https://rtswpscan.slayers.tech/report/{report_id} \
  --header 'API-Key: <api-key>'
{}

Get report

Retrieves the report for a previously initiated scan.

Pending reports

If the report is not ready, the API may return 404 with a pending status. Retry with backoff.

Authorizations

API-Key
string
header
required

Path Parameters

report_id
string
required

ID of the report to retrieve

Response

Report found

The response is of type object.