List folders
GET/v1/folders
Lists folders at one level: children of `parent` (a folder id), or the root by default. `trashed=true` lists trashed folders.
Requires an API key (bearer), scoped to the active org.
Query parameters
parentstringoptionaltrashedstringoptionalPossible values:
true,false
Returns
200Folders at this level.
Failures use the standard error envelope with a closed set of codes.