comfy_get_run_result
Retrieve the result of a specific prompt execution using its ID, returning a structured run result with outputs and status.
Instructions
Get result of a specific prompt execution. Returns structured RunResult.
Args: prompt_id: The ID of the prompt execution to retrieve
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | ||
| prompt | No | ||
| status | No | ||
| outputs | No | ||
| prompt_id | Yes | ||
| create_time | No |