# GetFlowAllResults200Response
## Properties
**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)