Retrieves child folder nodes for a given parent folder in the asset tree.

Behavior: Returns a paginated, sortable list of child folders under the specified parent. If the parent is the root (empty GUID), all top-level storage bucket folders are returned. Results include folder metadata such as media type, content length, and modification date.

Authorization: Requires a valid Bearer token.

Side Effects: None.

Error Scenarios: Returns 401 if the caller is not authenticated.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Query Params
uuid

The ID of the parent folder. Use an empty GUID to retrieve top-level folders.

string

The column to sort by (e.g., "name", "contentLength", "mediaType"). Defaults to "name".

boolean
Defaults to false

Whether to sort in descending order. Defaults to false (ascending).

int32
Defaults to 0

Zero-based page index for pagination. Defaults to 0.

int32
Defaults to 200

Number of items per page. Defaults to 200.

Responses
200

The child folders were retrieved successfully.

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json