func (automationClient) Get(
ctx context.Context,
automationID uuid.UUID,
) (*workflows.Automation, error)
Get an automation prototype by ID.
Parameters
The ID of the automation.
Returns
An automation object.
automation, err := client.Automations.Get(ctx, automationID)