cURL
curl --request GET \ --url https://api.example.com/api/scans/{scan_id}/logs \ --header 'X-API-Key: <api-key>'
[ {} ]
Get scan logs for a scan, ordered by timestamp.
Required Scope: write:scan Security: Scan ownership validation through repository
write:scan
Use an API key in the X-API-Key header.
Successful Response
Was this page helpful?