apps_run_status
Check the status and outputs of a ComfyUI app run by prompt ID. Returns pending/running/done/unknown status and references to image, video, or text outputs.
Instructions
Check one app run by prompt_id (from apps_run): status (pending|running|done|unknown) plus the run's outputs (image/video file refs under each output node, text outputs). Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_id | Yes | The app's uuid. | |
| prompt_id | Yes | The prompt_id returned by apps_run. |