list_scans
Retrieve and filter security scan results with pagination options to manage findings in the ZeroPath MCP Server.
Instructions
List security scans with optional filtering and pagination.
Args:
search_query: Optional search term to filter scans
repository_ids: Optional list of repository IDs to filter by
scan_type: Optional scan type filter (FullScan, PrScan, SCAScan)
page: Page number (default: 1)
page_size: Number of results per page (default: 10)Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| search_query | No | ||
| repository_ids | No | ||
| scan_type | No | ||
| page | No | ||
| page_size | No |