List Extensions for UI consumption
List Extensions with admin-only fields omitted. Intended for non-admin UI consumption. Only returns globally-enabled, non-deleted Extensions whose mount config for the requested mount_point_type is enabled.
Authorizations
Query Parameters
The mount point type to filter by. Can accept multiple values.
1The type of mount point for the Extension.
adminPanel, netAppVolume, dataset, projectSidebar, netAppVolumeFileContext, datasetFileContext, modelDetails The id of the project to filter by.
Filter Extensions by their kind (e.g. "DominoOfficial", "Uncategorized"). The category of the Extension.
DominoOfficial, Uncategorized Filter Extensions by a case-insensitive substring match against name or description.
The maximum number of results to return. Use 0 for no limit (default).
x >= 0The number of results to skip before starting to collect the result set.
x >= 0The field to sort by. By default, results are sorted by creation time. The field that the list of Extensions is sorted by.
createdAt, name, updatedAt, totalViews The order to sort results in. By default, results are sorted in descending order. The order that the list of Extensions is sorted in.
asc, desc