listInstances
plugin.eventLog.listInstances(): Promise<EventLogInstanceListResponse>
List all event log instances
Parameters
No parameters.
Returns
Promise<EventLogInstanceListResponse>
Example
import plugin from '@codebolt/plugin-sdk';
const result = await plugin.eventLog.listInstances();
console.log(result);