lbm_list_scans
Retrieve scan history for a brand monitoring project. Lists scans with status, creation date, and results count; supports filters and pagination.
Instructions
WHEN TO USE: To see the scan history for a project — all past and current scans with their statuses. REQUIRES: project_id from lbm_list_projects. RETURNS: Compact CSV with scan_id, status, created_at, results_count (default). Set include_all_fields=true for full JSON.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Items per page (default: 20, max: 100) | |
| offset | No | Items to skip (default: 0) | |
| status | No | Optional: filter by status (queued, running, completed, partial, failed) | |
| project_id | Yes | Project ID | |
| include_all_fields | No | Set true for full JSON response. Default: false (compact CSV — recommended). |