comfy_get_history
Retrieve execution history entries with pagination. Specify a limit to control the number of results returned per request.
Instructions
Get execution history with pagination.
Args: limit: Maximum number of entries to return (default 20)
Returns: JSON with entries list and total count
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |