job_history
Retrieve recent 3D print job history, filterable by status (completed, failed, cancelled) and limit.
Instructions
Get history of completed, failed, and cancelled print jobs.
Args:
limit: Maximum number of jobs to return (default 20, max 100).
status: Optional filter by status -- "completed", "failed", or
"cancelled". Omit to show all finished jobs.
Returns recent job records from newest to oldest.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| status | No |