Retrieves the full parent folder hierarchy for an asset.

Behavior: Returns all ancestor folders for the specified asset, from the root down to the immediate parent. Results are structured hierarchically — each folder's identifiers object includes a children attribute pointing to the next sub-folder in the chain. The specified asset itself is not included in the results. Works for both file and folder assets.

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
uuid
required

The ID of the asset to retrieve parent folders for. Can be either a file or folder.

Query Params
int32
Defaults to 100

The number of folders to retrieve per level of the tree. Defaults to 100.

Responses

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