getAutomations()
Home > @gooddata/sdk-backend-spi > IWorkspaceAutomationService > getAutomations
IWorkspaceAutomationService.getAutomations() method
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Get all automations
Signature:
getAutomations(options?: IGetAutomationsOptions): Promise<IAutomationMetadataObject[]>;
Parameters
| Parameter | Type | Description | 
|---|---|---|
| options | (Optional) specify additional options | 
Returns:
Promise<IAutomationMetadataObject[]>
Promise resolved with array of automations.
Exceptions
In case of error.