list_scans
List security scans with pagination, sorting, and filtering to view and manage scan history.
Instructions
List scans with optional pagination, sorting, and filtering
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| size | No | Results per page (default: 50, max: 1000) | |
| sort | No | Sort field and direction (e.g., 'name,ASC' or 'submit_time,DESC') | |
| index | No | Page index (0-based, default: 0) |