get_pipeline_history
Retrieve execution history of a saved pipeline, showing past results with diff analysis of new and removed articles compared to previous runs.
Instructions
Get execution history for a saved pipeline.
Shows past execution results with diff analysis: which articles are new compared to the previous run.
Args: name: Name of the saved pipeline. limit: Maximum number of history entries to return (default: 5).
Returns: Execution history with date, article count, new/removed articles, status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |