comfyui_list_outputs
List output files from ComfyUI's execution history. Use pagination with limit and offset to browse results, then pass filenames to retrieve the actual images.
Instructions
List output files from ComfyUI's execution history.
Args:
limit: Maximum number of results to return (default: 25, max: 100)
offset: Starting index for pagination (default: 0)
Returns:
JSON envelope with paginated list of objects with 'filename' and
'subfolder' keys. Pass these values to comfyui_get_image to retrieve files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results to return (1-100, default varies by tool). | |
| offset | No | Zero-based starting index for pagination. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||