lbm_get_scan_status
Check the status of a brand monitoring scan by providing its project and scan IDs. Returns progress, start/end times, and result count to determine if the scan is ready for results retrieval.
Instructions
WHEN TO USE: To check the status of a running or completed scan. REQUIRES: project_id and scan_id from lbm_run_scan or lbm_list_scans. RETURNS: Scan object with status (pending/running/completed/failed), progress, start/end times, and result count. NEXT STEP: When status="completed", call lbm_list_results to see monitoring results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scan_id | Yes | Scan ID from lbm_run_scan | |
| project_id | Yes | Project ID |