This endpoint retrieves a paginated list of top-level assets (folders, files, or other resources) contained within
a specified project, identified by its assetId. This allows clients to explore the immediate children of the
project, supporting use cases like project browsing and navigation.
The response includes all assets that the requester is authorized to view — regardless of asset type — excluding
any that are hidden or discarded. Each item in the list contains basic metadata about the asset such as name, type,
path, and identifiers.
NOTE:
The response supports cursor-based pagination and includes a nextUrl field when additional pages are available.
If there are no further results, the nextUrl field is omitted.
The requester must have at least read-level access to the project.
Assets are returned with basic metadata such as name, type, and hierarchy position.
This endpoint retrieves a paginated list of top-level assets (folders, files, or other resources) contained within a specified project, identified by its
assetId. This allows clients to explore the immediate children of the project, supporting use cases like project browsing and navigation.The response includes all assets that the requester is authorized to view — regardless of asset type — excluding any that are hidden or discarded. Each item in the list contains basic metadata about the asset such as name, type, path, and identifiers.