mirror of
https://github.com/LukeHagar/comfy-deploy-python.git
synced 2025-12-06 12:27:45 +00:00
16 lines
2.9 KiB
Markdown
16 lines
2.9 KiB
Markdown
# GetV1WorkflowsResponseBody
|
|
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ---------------------------------------------------------------- | ---------------------------------------------------------------- | ---------------------------------------------------------------- | ---------------------------------------------------------------- |
|
|
| `id` | *str* | :heavy_check_mark: | N/A |
|
|
| `updated_at` | *str* | :heavy_check_mark: | N/A |
|
|
| `name` | *str* | :heavy_check_mark: | N/A |
|
|
| `selected_machine_id` | *Optional[str]* | :heavy_check_mark: | N/A |
|
|
| `count` | *str* | :heavy_check_mark: | N/A |
|
|
| `user` | [operations.User](../../models/operations/user.md) | :heavy_check_mark: | N/A |
|
|
| `versions` | List[[operations.Versions](../../models/operations/versions.md)] | :heavy_check_mark: | N/A |
|
|
| `deployments` | List[*Any*] | :heavy_check_mark: | N/A |
|
|
| `runs` | List[*Any*] | :heavy_check_mark: | N/A | |