plugins.get_all_plugins
plugins_get_all_pluginsRetrieves all plugins installed on the Sisense instance by paginating through the API and returning a single flat list.
Instructions
Retrieve all plugins installed on the Sisense instance. Fetches the complete plugin list using paginated requests to GET /api/v1/plugins. All pages are collected and returned as a single flat list.
Returns: list[dict[str, Any]] A list of plugin objects, each containing at minimum: - name (str): API identifier for the plugin. - folderName (str): Filesystem folder name (e.g. "plugin-MyPlugin"). - isEnabled …
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||