Skip to main content
GET
/
api
/
scans
/
{scan_id}
/
logs
Get Scan Logs
curl --request GET \
  --url https://api.example.com/api/scans/{scan_id}/logs \
  --header 'X-API-Key: <api-key>'
[
  {}
]

Authorizations

X-API-Key
string
header
required

Use an API key in the X-API-Key header.

Path Parameters

scan_id
string
required

Response

Successful Response