get_test_history
Retrieve past test run results from the database. Filter by file path to see history for specific files, or get the latest runs across the entire repository.
Instructions
Query previously recorded test run history from the database.
Reads rows written by record_test_run — this tool never triggers a new test run itself, it only reports on what's already been recorded.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of history entries to return, most recent first. Defaults to 50. | |
| file_path | No | Optional file path to filter history down to test runs/results touching that specific file. Omit to get history across the whole repo. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||