bitdefender_list_scan_tasks
List previously created on-demand scan tasks, filter by name or status, and see their current state (pending, in progress, or finished).
Instructions
List previously created on-demand scan tasks and their status (1=Pending, 2=In progress, 3=Finished). Read-only - this connector never creates a scan task (createScanTask is excluded; see README's Scope section). Returns a paginated envelope: page/pagesCount/perPage/total/items.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Filter by task name. Prefix with '*' to match anywhere in the name; otherwise matches names starting with the keyword. | |
| page | No | Results page number (1-based). Defaults to 1. | |
| status | No | 1=Pending, 2=In progress, 3=Finished. | |
| perPage | No | Items per page (max 100). Defaults to 30. |