Interface GetPluginPayload

interface GetPluginPayload {
    createdPluginsOnly?: boolean;
    pluginId?: string;
}

Properties

createdPluginsOnly?: boolean

If true, we will fetch all plugins for the authenticated user (with plugin secrets).

pluginId?: string

If true, we will fetch only the specific plugin with the plugin ID (no secrets).