# \PathAutocompleteApi
All URIs are relative to */api*
[**list_path_autocomplete_paths**](PathAutocompleteApi.md#list_path_autocomplete_paths) | **GET** /w/{workspace}/path_autocomplete/list_paths | list all paths in a workspace for client-side autocomplete
## list_path_autocomplete_paths
> models::DeleteVariablesBulkRequest list_path_autocomplete_paths(workspace)
list all paths in a workspace for client-side autocomplete
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).
### Parameters
**workspace** | **String** | | [required] |
### Return type
[**models::DeleteVariablesBulkRequest**](deleteVariablesBulk_request.md)
### Authorization
[cookieAuth](../README.md#cookieAuth), [bearerAuth](../README.md#bearerAuth)
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: application/json
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)