Retrieves a list of folders matching the criteria. Only applicable to buckets with hierarchical namespace enabled.
Path parameters
Name of the bucket in which to look for folders.
Query parameters
Returns results in a directory-like mode. The only supported value is '/'. If set, items will only contain folders that either exactly match the prefix, or are one level below the prefix.
Filter results to folders whose names are lexicographically before endOffset. If startOffset is also set, the folders listed will have names between startOffset (inclusive) and endOffset (exclusive).
Maximum number of items to return in a single page of responses.
A previously-returned page token representing part of the larger set of results to view.
Filter results to folders whose paths begin with this prefix. If set, the value must either be an empty string or end with a '/'.
Filter results to folders whose names are lexicographically equal to or after startOffset. If endOffset is also set, the folders listed will have names between startOffset (inclusive) and endOffset (exclusive).
Response
Successful response