mirror of
https://github.com/LukeHagar/comfy-deploy-python.git
synced 2025-12-06 20:37:48 +00:00
33 lines
11 KiB
Markdown
33 lines
11 KiB
Markdown
# GetRunResponseBody
|
|
|
|
Retrieve the output
|
|
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description | Example |
|
|
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
|
|
| `id` | *str* | :heavy_check_mark: | N/A | |
|
|
| `workflow_version_id` | *Optional[str]* | :heavy_check_mark: | N/A | |
|
|
| `workflow_inputs` | [operations.WorkflowInputs](../../models/operations/workflowinputs.md) | :heavy_check_mark: | N/A | {<br/>"input_text": "some external text input",<br/>"input_image": "https://somestatic.png"<br/>} |
|
|
| `workflow_id` | *Optional[str]* | :heavy_check_mark: | N/A | |
|
|
| `workflow_api` | [operations.GetRunWorkflowAPI](../../models/operations/getrunworkflowapi.md) | :heavy_check_mark: | N/A | {} |
|
|
| `machine_id` | *Optional[str]* | :heavy_check_mark: | N/A | |
|
|
| `origin` | [operations.Origin](../../models/operations/origin.md) | :heavy_check_mark: | N/A | |
|
|
| `status` | [operations.Status](../../models/operations/status.md) | :heavy_check_mark: | N/A | |
|
|
| `ended_at` | *Optional[str]* | :heavy_check_mark: | N/A | |
|
|
| `created_at` | *str* | :heavy_check_mark: | N/A | |
|
|
| `queued_at` | *Optional[str]* | :heavy_check_mark: | N/A | |
|
|
| `started_at` | *Optional[str]* | :heavy_check_mark: | N/A | |
|
|
| `gpu` | [Optional[operations.GetRunGpu]](../../models/operations/getrungpu.md) | :heavy_check_mark: | N/A | |
|
|
| `machine_version` | *Optional[str]* | :heavy_check_mark: | N/A | |
|
|
| `machine_type` | [Optional[operations.MachineType]](../../models/operations/machinetype.md) | :heavy_check_mark: | N/A | |
|
|
| `modal_function_call_id` | *Optional[str]* | :heavy_check_mark: | N/A | |
|
|
| `user_id` | *Optional[str]* | :heavy_check_mark: | N/A | |
|
|
| `org_id` | *Optional[str]* | :heavy_check_mark: | N/A | |
|
|
| `run_log` | [operations.RunLog](../../models/operations/runlog.md) | :heavy_check_mark: | N/A | [<br/>{<br/>"logs": "some logs",<br/>"timestamp": 1706631877.3831277<br/>}<br/>] |
|
|
| `live_status` | *Optional[str]* | :heavy_check_mark: | N/A | |
|
|
| `progress` | *float* | :heavy_check_mark: | N/A | |
|
|
| `is_realtime` | *bool* | :heavy_check_mark: | N/A | |
|
|
| `webhook` | *Optional[str]* | :heavy_check_mark: | N/A | |
|
|
| `webhook_status` | [Optional[operations.WebhookStatus]](../../models/operations/webhookstatus.md) | :heavy_check_mark: | N/A | | |