page_audit_scan_logs
Retrieve chronological scan event logs for debugging and progress tracking. Use to identify issues and monitor audit completion status through detailed event records.
Instructions
Get chronological log of scan events for debugging and progress tracking. Returns array of log items with: message (event name like audit_finish, crawl_start, server_check_robots_pass), type (info/warning/error), params (object with event-specific data, may be empty array if no additional info, e.g., {sdo: 64} or []), created_at (timestamp). Useful for debugging scan issues and understanding scan progress. Supports pagination via page and pageSize parameters. Does not consume API credits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reportId | No | Report ID to get logs for (required). If not specified, returns logs for all scans. | |
| page | No | Page number for pagination (optional, default 0, starts from 0) | |
| pageSize | No | Number of log items per page (optional, default 100) |