List Extensions
List Extensions
Authorizations
Query Parameters
The mount point type to filter by. Can accept multiple values.
The type of mount point for the Extension.
adminPanel, netAppVolume, dataset, projectSidebar, netAppVolumeFileContext, datasetFileContext, modelDetails Whether to exclude mount point information in the response. By default, mount point information is included.
The id of the project to filter by.
Filter by top-level enabled status. By default, both enabled and disabled Extensions are shown.
Filter by the enabled status within a mount point for the given mount_point_type type(s) and project_id params. When set to true, returns Extensions with at least one enabled mount point matching the other filters. When set to false, returns Extensions with at least one disabled mount point matching the other filters. By default, both enabled and disabled mount points are shown.
Filter by deletion status. By default, only non-deleted Extensions are returned.
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. Returns Extensions where either the name or description contains the provided string.
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