# GetFlowByPath200Response
## Properties
**summary** | **String** | Short description of what this flow does |
**description** | Option<**String**> | Detailed documentation for this flow | [optional]
**value** | [**models::FlowValue**](FlowValue.md) | |
**schema** | Option<[**serde_json::Value**](.md)> | JSON Schema for flow inputs. Use this to define input parameters, their types, defaults, and validation. For resource inputs, set type to 'object' and format to 'resource-<type>' (e.g., 'resource-stripe') | [optional]
**on_behalf_of_email** | Option<**String**> | | [optional]
**workspace_id** | Option<**String**> | | [optional]
**path** | **String** | |
**edited_by** | **String** | |
**edited_at** | **String** | |
**archived** | **bool** | |
**extra_perms** | **std::collections::HashMap<String, bool>** | |
**starred** | Option<**bool**> | | [optional]
**draft_only** | Option<**bool**> | | [optional]
**tag** | Option<**String**> | | [optional]
**ws_error_handler_muted** | Option<**bool**> | | [optional]
**priority** | Option<**i32**> | | [optional]
**dedicated_worker** | Option<**bool**> | | [optional]
**timeout** | Option<**f64**> | | [optional]
**visible_to_runner_only** | Option<**bool**> | | [optional]
**labels** | Option<**Vec<String>**> | | [optional][default to []]
**inherited_labels** | Option<**Vec<String>**> | Labels inherited from the parent folder, computed at read time. Read-only — edit them on the folder. | [optional]
**lock_error_logs** | Option<**String**> | | [optional]
**version_id** | Option<**f64**> | | [optional]
**is_draft** | **bool** | |
**draft_saved_at** | Option<**String**> | | [optional]
**no_deployed** | Option<**bool**> | | [optional]
**draft** | Option<[**std::collections::HashMap<String, serde_json::Value>**](serde_json::Value.md)> | | [optional]
**other_drafts_users** | Option<[**Vec<models::UserDraftOverlayOtherDraftsUsersInner>**](UserDraftOverlay_other_drafts_users_inner.md)> | Other workspace users (and the legacy NULL-email row, if any) with a saved draft at the same path. Populated only on the authed user's \"get by path\" responses for kinds the editor surfaces a fork banner for (script, flow, app, raw_app). Empty / omitted for kinds without that UI. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)