path_autocomplete
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).
get/w/{workspace}/path_autocomplete/list_paths
Path parameters
workspacestring required
Query parameters
forceboolean
bypass the server-side cache and re-query the DB, refreshing the cache. Used right after a deploy so the new path appears immediately.
Response
deduplicated path list, sorted lexicographically