mirror of
https://github.com/LukeHagar/comfy-deploy-python.git
synced 2025-12-06 12:27:45 +00:00
11 KiB
11 KiB
GetRunResponseBody
Retrieve the output
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
id |
str | ✔️ | N/A | |
workflow_version_id |
Optional[str] | ✔️ | N/A | |
workflow_inputs |
operations.WorkflowInputs | ✔️ | N/A | { "input_text": "some external text input", "input_image": "https://somestatic.png" } |
workflow_id |
Optional[str] | ✔️ | N/A | |
workflow_api |
operations.GetRunWorkflowAPI | ✔️ | N/A | {} |
machine_id |
Optional[str] | ✔️ | N/A | |
origin |
operations.Origin | ✔️ | N/A | |
status |
operations.Status | ✔️ | N/A | |
ended_at |
Optional[str] | ✔️ | N/A | |
created_at |
str | ✔️ | N/A | |
queued_at |
Optional[str] | ✔️ | N/A | |
started_at |
Optional[str] | ✔️ | N/A | |
gpu |
Optional[operations.GetRunGpu] | ✔️ | N/A | |
machine_version |
Optional[str] | ✔️ | N/A | |
machine_type |
Optional[operations.MachineType] | ✔️ | N/A | |
modal_function_call_id |
Optional[str] | ✔️ | N/A | |
user_id |
Optional[str] | ✔️ | N/A | |
org_id |
Optional[str] | ✔️ | N/A | |
run_log |
operations.RunLog | ✔️ | N/A | [ { "logs": "some logs", "timestamp": 1706631877.3831277 } ] |
live_status |
Optional[str] | ✔️ | N/A | |
progress |
float | ✔️ | N/A | |
is_realtime |
bool | ✔️ | N/A | |
webhook |
Optional[str] | ✔️ | N/A | |
webhook_status |
Optional[operations.WebhookStatus] | ✔️ | N/A |