get_batch_history
Retrieve the complete execution history for a batch job definition, including optional throughput and timing metrics.
Instructions
Get the complete execution history for a batch job definition.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| batchDefinitionId | Yes | The batch definition ID (not execution ID) to retrieve history for. | |
| limit | No | Number of past executions to return (default 20). | |
| includeMetrics | No | Include throughput/timing metrics for each run (default false). |