Skip to main content

list_path_autocomplete_paths

Function list_path_autocomplete_paths 

Source
pub async fn list_path_autocomplete_paths(
    configuration: &Configuration,
    workspace: &str,
) -> Result<DeleteVariablesBulkRequest, Error<ListPathAutocompletePathsError>>
Expand description

Returns the flat list of all item paths visible to the caller across scripts, flows, apps, raw apps, variables, and resources. Intended to feed an entirely client-side path autocomplete UI: the frontend fetches once (server caches per workspace for 60s) and performs all prefix/segment computation locally. Capped at 20,000 paths (5,000 per table).