Explore one available Storage workspace.
Explore one available Storage workspace. The request enforces Storage access, workspace ownership, and entry lifecycle state.
Authorizations
Bearer JWT token or API Key (sk-*).
Path Parameters
Query Parameters
Current folder id. Omit for root.
Disable implicit parent-folder scoping and use the explorer in flat query mode. Useful together with explicit filters on parentStorageEntryId.
Optional storage scope for root exploration. Omit to include every configured storage, pass an empty value for managed default storage, or pass a configured storage id.
Optional name search within the current folder.
Result offset.
x >= 0Result page size. Use 0 with count=true for count-only explorer requests.
0 <= x <= 200Include archived entries in the listing.
Include permanently deleted tombstones in the listing.
Include total count. Disabled by default because it is expensive for explorer listings.
QueryWrapper filter tree as a JSON string or bracket-style query object for advanced storage explorer filtering, including JSON metadata lookups.
"{\"field\":\"metadata\",\"op\":\"contains\",\"value\":{\"source\":\"ui\"}}"
QueryWrapper sort definition as a JSON string, indexed array query object, array, or legacy CSV. JSON object values should be ASC or DESC. CSV supports descending fields with a leading dash, for example kind,-name.
"{\"kind\":\"DESC\",\"name\":\"ASC\"}"
Optional QueryWrapper DISTINCT ON fields as a JSON array string, indexed array query object, array, or legacy CSV for custom explorer projections.
"kind"
Optional QueryWrapper fields selection as a JSON array string, indexed array query object, array, or legacy CSV for custom explorer projections and aggregates.
"[{\"field\":\"kind\"},{\"fn\":\"SUM\",\"args\":[{\"field\":\"size\"}],\"as\":\"totalSize\"}]"
Optional QueryWrapper GROUP BY fields as a JSON array string, indexed array query object, array, or legacy CSV for custom explorer aggregates.
"[\"kind\"]"
Optional QueryWrapper cast mapping as a JSON string or bracket-style query object for aggregate projections.
"{\"totalSize\":\"BIGINT\"}"
Enable total count using the query-service count path.
Enable QueryService debug output for the explorer query.
Response
OK.

