comfy_fetch_logs
Retrieve execution logs and error tracebacks for a prompt ID, extracting status, per-node errors, and completed nodes from ComfyUI history.
Instructions
Retrieve execution logs / error traceback for a specific prompt.
ComfyUI's /history/{prompt_id} response carries a status.messages
array with per-step execution events and status.exec_info.errors
with traceback strings on failure. This tool extracts just the
log-relevant fields (status, errors, per-node traceback, completed
nodes) so the caller doesn't have to walk the full response.
Args:
prompt_id: Prompt ID returned by comfy_queue_prompt.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |