ncloud_datacatalog_get_scanner_histories
Retrieve scanner execution history for a data catalog within a specified time range. Filter by scanner ID and paginate results.
Instructions
Get scanner execution history
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageNo | No | Page number (default: 1) | |
| pageSize | No | Page size 1~200 (default: 20) | |
| catalogId | Yes | Catalog ID | |
| scannerId | Yes | Scanner ID | |
| toTimestamp | Yes | End time in milliseconds (Unix timestamp) | |
| fromTimestamp | Yes | Start time in milliseconds (Unix timestamp) |