get_history
Retrieve execution history for a ComfyUI prompt to diagnose failures. Returns status, timing, cached nodes, outputs, and full error details including Python tracebacks.
Instructions
Get execution history for a ComfyUI prompt. Returns status, timing, cached nodes, output details, and full error information including Python tracebacks. Use after a failed enqueue_workflow to diagnose what went wrong.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt_id | No | Specific prompt ID to look up (returned by enqueue_workflow). If omitted, returns the most recent execution. |