get_job_history
Retrieve the execution history for any job definition, showing past runs with optional step details.
Instructions
Get the execution history for a specific job definition (all past runs).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobDefinitionId | Yes | The job definition ID (not execution ID) to retrieve history for. | |
| limit | No | Number of historical runs to return (default 20). | |
| includeSteps | No | Include individual step results for each run (default false). |