Skip to main content
func (automationClient) List(ctx context.Context) ([]*workflows.Automation, error)
List all automation prototypes.

Returns

A list of automation objects.
automations, err := client.Automations.List(ctx)