get_model_print_history
Retrieve the complete print history for a 3D model, including outcomes, settings, and quality grades, with optional material filtering.
Instructions
Get all print attempts for a model identified by file hash.
Returns the complete history of print outcomes, settings, and
quality grades for a specific model. The success-rate metrics
cover every material by default; pass ``material`` to scope
them to one filament ("how does this do in PETG?").
Args:
file_hash: SHA-256 hash of the model file.
material: Optional material filter for the success-rate
metrics. Empty = all materials.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| material | No | ||
| file_hash | Yes |