Get Scan Logs
API Reference
Get scan logs
Retrieve logs for a scan UUID.
GET
Get Scan Logs
Get scan logs
Returns detailed log data including the log file path, full log content, and size metadata.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
Successful Response
Response containing scan execution logs.
Attributes: scan_uuid: Scan identifier. log_file_path: Filesystem path to the log file. log_content: Full text of the execution log. log_size_bytes: Size of the log content in bytes.
