job_history
Retrieve a list of recent 3D print jobs, filtered by status (completed, failed, cancelled) and limited to a specified count.
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 |