windmill-api 1.775.1

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# GetFlowAllResults200Response

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**enclosing_job** | Option<[**uuid::Uuid**]uuid::Uuid.md> | set when the requested job is itself a step of a larger flow run; id of the flow run directly enclosing it | [optional]
**entries** | [**Vec<models::GetFlowAllResults200ResponseEntriesInner>**]getFlowAllResults_200_response_entries_inner.md |  | 
**truncated** | Option<**bool**> | true when the tree has more jobs than the entry cap; entries then hold the depth-first prefix | [optional]
**scope_filtered** | Option<**bool**> | true when the caller's token is tag-scoped; steps running on other tags are omitted | [optional]
**step_error** | Option<**String**> | set when step was provided but could not be resolved; a diagnostic listing available step ids or iteration statuses | [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)