Retrieve logs for a scan UUID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
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.