export_jobs
Export filtered job scan results to CSV, using a minimum score and days range.
Instructions
Export job scan results to a CSV file in the output/ directory.
Args:
min_score: Only include jobs with score >= this value (0 = all).
days: Export from the last N days of history (0 = last scan only).
Returns a summary of the export.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| min_score | No | ||
| days | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |